#DFD6DB

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

Shades of Prim #DFD6DB

Tints of Prim #DFD6DB

Color information

#DFD6DB (or 0xDFD6DB) is unknown color: approx Prim. HEX triplet: DF, D6 and DB. RGB value is (223,214,219). Sum of RGB (Red+Green+Blue) = 223+214+219=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6DB is #202924. Grayscale: #D9D9D9. Windows color (decimal): -2107685 or 14407391. OLE color: 14407391.

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

Color convert

RGB223214219-
CMYK00.040.020.13
HSL326.67º12.33%85.69%-
HSV(B)326.67º4.04%87.45%-
XYZ67.2668.976.77-
YUV217.26128.98132.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.99%
GREEN value IS 214 (83.98% from 255) = 32.62%
BLUE value IS 219 (85.94% from 255) = 33.38%
R=33.99%
G=32.62%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321421900.040.020.13326.6712.3385.69
HexDFD6DB042D147c56
Octal3373263330421550714126
Binary110111111101011011011011010010110110100011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6DB; }

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

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

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

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

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

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

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

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