#DCD4C6

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

Shades of Blanc #DCD4C6

Tints of Blanc #DCD4C6

Color information

#DCD4C6 (or 0xDCD4C6) is unknown color: approx Blanc. HEX triplet: DC, D4 and C6. RGB value is (220,212,198). Sum of RGB (Red+Green+Blue) = 220+212+198=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 198 (77.73% from 255 or 31.43% from 630); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4C6 is #232B39. Grayscale: #D4D4D4. Windows color (decimal): -2304826 or 13030620. OLE color: 13030620.

HSL color Cylindrical-coordinate representation of color #DCD4C6: hue angle of 38.18º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCD4C6 is Cyan = 0, Magento = 0.04, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB220212198-
CMYK00.040.10.14
HSL38.18º23.91%81.96%-
HSV(B)38.18º10%86.27%-
XYZ63.2566.3862.9-
YUV212.8119.65133.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.92%
GREEN value IS 212 (83.20% from 255) = 33.65%
BLUE value IS 198 (77.73% from 255) = 31.43%
R=34.92%
G=33.65%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021219800.040.10.1438.1823.9181.96
HexDCD4C604AE261852
Octal3343243060412164630122
Binary110111001101010011000110010010101110100110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD4C6; }

 p { color: rgb(220,212,198); }

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

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

 a { background-color: rgb(220,212,198); }

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

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

 span { border-color: rgb(220,212,198); }

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