#DFD4C5

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

Shades of Blanc #DFD4C5

Tints of Blanc #DFD4C5

Color information

#DFD4C5 (or 0xDFD4C5) is unknown color: approx Blanc. HEX triplet: DF, D4 and C5. RGB value is (223,212,197). Sum of RGB (Red+Green+Blue) = 223+212+197=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 212 (83.20% from 255 or 33.54% from 632); Blue value is 197 (77.34% from 255 or 31.17% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD4C5 is #202B3A. Grayscale: #D5D5D5. Windows color (decimal): -2108219 or 12965087. OLE color: 12965087.

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

Color convert

RGB223212197-
CMYK00.050.120.13
HSL34.62º28.89%82.35%-
HSV(B)34.62º11.66%87.45%-
XYZ64.0566.8162.34-
YUV213.58118.64134.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.28%
GREEN value IS 212 (83.20% from 255) = 33.54%
BLUE value IS 197 (77.34% from 255) = 31.17%
R=35.28%
G=33.54%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321219700.050.120.1334.6228.8982.35
HexDFD4C505CD231d52
Octal3373243050514154335122
Binary110111111101010011000101010111001101100011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD4C5; }

 p { color: rgb(223,212,197); }

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

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

 a { background-color: rgb(223,212,197); }

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

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

 span { border-color: rgb(223,212,197); }

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