#D4CCBD

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

Shades of Blanc #D4CCBD

Tints of Blanc #D4CCBD

Color information

#D4CCBD (or 0xD4CCBD) is unknown color: approx Blanc. HEX triplet: D4, CC and BD. RGB value is (212,204,189). Sum of RGB (Red+Green+Blue) = 212+204+189=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCBD is #2B3342. Grayscale: #CCCCCC. Windows color (decimal): -2831171 or 12438740. OLE color: 12438740.

HSL color Cylindrical-coordinate representation of color #D4CCBD: hue angle of 39.13º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4CCBD is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB212204189-
CMYK00.040.110.17
HSL39.13º21.1%78.63%-
HSV(B)39.13º10.85%83.14%-
XYZ57.9360.8656.84-
YUV204.68119.15133.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.04%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 189 (74.22% from 255) = 31.24%
R=35.04%
G=33.72%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220418900.040.110.1739.1321.178.63
HexD4CCBD04B1127154f
Octal3243142750413214725117
Binary1101010011001100101111010100101110001100111101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CCBD; }

 p { color: rgb(212,204,189); }

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

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

 a { background-color: rgb(212,204,189); }

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

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

 span { border-color: rgb(212,204,189); }

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