Color Hex Logo

#dddbf8 Color Hex

#DDDBF8
(221,219,248)
0 Favorites   0 Comments

Color spaces of #dddbf8

RGB 221219248
HSL0.680.670.92
HSV244°12°97°
CMYK 0.110.120.00   0.03
XYZ72.093672.812599.0614
Yxy72.81250.29550.2985
Hunter Lab85.33021.4827-9.0997
CIE-Lab88.35826.1709-13.8680

#dddbf8 color RGB value is (221,219,248).

#dddbf8 hex color red value is 221, green value is 219 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #dddbf8 hue: 0.68 , saturation: 0.67 and the lightness value of dddbf8 is 0.92.

The process color (four color CMYK) of #dddbf8 color hex is 0.11, 0.12, 0.00, 0.03. Web safe color of #dddbf8 is #ccccff. Color #dddbf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011011 11111000
Octal 335 333 370
Decimal 221 219 248
Hex DD DB F8

RGB Percentages of Color #dddbf8

%32.12
%31.83
%36.05

CMYK Percentages of Color #dddbf8

%11
%12
%0
%3

Triadic Colors of #dddbf8

#dddbf8 #f8dddb #dbf8dd

Analogous Colors of #dddbf8

#dddbf8 #ecdbf8 #dbe8f8

Monochromatic Colors of #dddbf8

#dddbf8

Complementary Color

#dddbf8 #f6f8db

#dddbf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddbf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddbf8 Color CSS Codes

.mybgcolor {background-color:#dddbf8; } 
.myforecolor {color:#dddbf8; }
.mybordercolor {border:3px solid #dddbf8; }

#dddbf8 Text Font Color

<p style="color:#dddbf8">Text here</p>

This sample text font color is #dddbf8
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dddbf8 Background Color

<div style="background-color:#dddbf8">
Div content here</div>

This div background color is #dddbf8


#dddbf8 Border Color

<div style="border:3px solid #dddbf8">
Div here</div>

This div border color is #dddbf8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,219,248, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dddbf8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dddbf8;
  -webkit-box-shadow: 1px 1px 3px 2px #dddbf8;
  box-shadow:         1px 1px 3px 2px #dddbf8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,219,248, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dddbf8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dddbf8;
  -webkit-box-shadow: 1px 1px 3px 2px #dddbf8;
  box-shadow:         1px 1px 3px 2px #dddbf8;">
Div content here</div>

This div box has shadow with color #dddbf8


Comments

No comments written yet.

Please login to write comment.