#DFD6DA

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

Shades of Prim #DFD6DA

Tints of Prim #DFD6DA

Color information

#DFD6DA (or 0xDFD6DA) is unknown color: approx Prim. HEX triplet: DF, D6 and DA. RGB value is (223,214,218). Sum of RGB (Red+Green+Blue) = 223+214+218=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD6DA is #202925. Grayscale: #D9D9D9. Windows color (decimal): -2107686 or 14341855. OLE color: 14341855.

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

Color convert

RGB223214218-
CMYK00.040.020.13
HSL333.33º12.33%85.69%-
HSV(B)333.33º4.04%87.45%-
XYZ67.1368.8476.08-
YUV217.15128.48132.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 214 (83.98% from 255) = 32.67%
BLUE value IS 218 (85.55% from 255) = 33.28%
R=34.05%
G=32.67%
B=33.28%

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
Decimal22321421800.040.020.13333.3312.3385.69
HexDFD6DA042D14dc56
Octal3373263320421551514126
Binary110111111101011011011010010010110110100110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6DA; }

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

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

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

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

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

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

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

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