#DFD2C2

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

Shades of Blanc #DFD2C2

Tints of Blanc #DFD2C2

Color information

#DFD2C2 (or 0xDFD2C2) is unknown color: approx Blanc. HEX triplet: DF, D2 and C2. RGB value is (223,210,194). Sum of RGB (Red+Green+Blue) = 223+210+194=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 194 (76.17% from 255 or 30.94% from 627); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFD2C2 is #202D3D. Grayscale: #D4D4D4. Windows color (decimal): -2108734 or 12767967. OLE color: 12767967.

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

Color convert

RGB223210194-
CMYK00.060.130.13
HSL33.1º31.18%81.76%-
HSV(B)33.1º13%87.45%-
XYZ63.2265.6860.38-
YUV212.06117.81135.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.57%
GREEN value IS 210 (82.42% from 255) = 33.49%
BLUE value IS 194 (76.17% from 255) = 30.94%
R=35.57%
G=33.49%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321019400.060.130.1333.131.1881.76
HexDFD2C206DD211f52
Octal3373223020615154137122
Binary110111111101001011000010011011011101100001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2C2; }

 p { color: rgb(223,210,194); }

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

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

 a { background-color: rgb(223,210,194); }

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

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

 span { border-color: rgb(223,210,194); }

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