#DFD5DA

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

Shades of Prim #DFD5DA

Tints of Prim #DFD5DA

Color information

#DFD5DA (or 0xDFD5DA) is unknown color: approx Prim. HEX triplet: DF, D5 and DA. RGB value is (223,213,218). Sum of RGB (Red+Green+Blue) = 223+213+218=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 213 (83.59% from 255 or 32.57% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5DA is #202A25. Grayscale: #D8D8D8. Windows color (decimal): -2107942 or 14341599. OLE color: 14341599.

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

Color convert

RGB223213218-
CMYK00.040.020.13
HSL330º13.51%85.49%-
HSV(B)330º4.48%87.45%-
XYZ66.8868.3476-
YUV216.56128.81132.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.10%
GREEN value IS 213 (83.59% from 255) = 32.57%
BLUE value IS 218 (85.55% from 255) = 33.33%
R=34.10%
G=32.57%
B=33.33%

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
Decimal22321321800.040.020.1333013.5185.49
HexDFD5DA042D14ae55
Octal3373253320421551216125
Binary110111111101010111011010010010110110100101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5DA; }

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

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

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

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

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

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

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

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