#DFD9DB

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

Shades of Prim #DFD9DB

Tints of Prim #DFD9DB

Color information

#DFD9DB (or 0xDFD9DB) is unknown color: approx Prim. HEX triplet: DF, D9 and DB. RGB value is (223,217,219). Sum of RGB (Red+Green+Blue) = 223+217+219=659 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.84% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD9DB is #202624. Grayscale: #DBDBDB. Windows color (decimal): -2106917 or 14408159. OLE color: 14408159.

HSL color Cylindrical-coordinate representation of color #DFD9DB: hue angle of 340º degrees, saturation: 0.09, 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 #DFD9DB is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB223217219-
CMYK00.030.020.13
HSL340º8.57%86.27%-
HSV(B)340º2.69%87.45%-
XYZ68.0370.4377.03-
YUV219.02127.99130.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.84%
GREEN value IS 217 (85.16% from 255) = 32.93%
BLUE value IS 219 (85.94% from 255) = 33.23%
R=33.84%
G=32.93%
B=33.23%

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
Decimal22321721900.030.020.133408.5786.27
HexDFD9DB032D154956
Octal3373313330321552411126
Binary11011111110110011101101101110110110101010010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD9DB; }

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

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

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

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

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

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

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

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