#DFD5DC

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

Shades of Prim #DFD5DC

Tints of Prim #DFD5DC

Color information

#DFD5DC (or 0xDFD5DC) is unknown color: approx Prim. HEX triplet: DF, D5 and DC. RGB value is (223,213,220). Sum of RGB (Red+Green+Blue) = 223+213+220=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 213 (83.59% from 255 or 32.47% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD5DC is #202A23. Grayscale: #D8D8D8. Windows color (decimal): -2107940 or 14472671. OLE color: 14472671.

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

Color convert

RGB223213220-
CMYK00.040.010.13
HSL318º13.51%85.49%-
HSV(B)318º4.48%87.45%-
XYZ67.1468.4477.38-
YUV216.79129.81132.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.99%
GREEN value IS 213 (83.59% from 255) = 32.47%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=33.99%
G=32.47%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321322000.040.010.1331813.5185.49
HexDFD5DC041D13ee55
Octal3373253340411547616125
Binary11011111110101011101110001001110110011111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5DC; }

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

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

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

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

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

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

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

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