#DFD8DB

Color #DFD8DB Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prim #DFD8DB

Tints of Prim #DFD8DB

Color information

#DFD8DB (or 0xDFD8DB) is unknown color: approx Prim. HEX triplet: DF, D8 and DB. RGB value is (223,216,219). Sum of RGB (Red+Green+Blue) = 223+216+219=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD8DB is #202724. Grayscale: #DADADA. Windows color (decimal): -2107173 or 14407903. OLE color: 14407903.

HSL color Cylindrical-coordinate representation of color #DFD8DB: hue angle of 334.29º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFD8DB is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB223216219-
CMYK00.030.020.13
HSL334.29º9.86%86.08%-
HSV(B)334.29º3.14%87.45%-
XYZ67.7769.9176.94-
YUV218.44128.32131.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 33.89%
GREEN value IS 216 (84.77% from 255) = 32.83%
BLUE value IS 219 (85.94% from 255) = 33.28%
R=33.89%
G=32.83%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321621900.030.020.13334.299.8686.08
HexDFD8DB032D14ea56
Octal3373303330321551612126
Binary11011111110110001101101101110110110100111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD8DB; }

 p { color: rgb(223,216,219); }

 H1.HeaderClassName
 {
   color: #DFD8DB;
 }
 .AnyTagClassName
 {
   color: #DFD8DB;
 }
</style>
background-color css

<style>
 a { background-color: #DFD8DB; }

 a { background-color: rgb(223,216,219); }

 div.DivClassName
 {
   background-color: #DFD8DB;
 }
 .BgClassName
 {
   background-color: #DFD8DB;
 }
</style>
border-color css

<style>
 span { border-color: #DFD8DB; }

 span { border-color: rgb(223,216,219); }

 td.TdClassName
 {
   border-color: #DFD8DB;
 }
 .TagClassName
 {
   border-color: #DFD8DB;
 }
</style>