#D8CCBD

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

Shades of Blanc #D8CCBD

Tints of Blanc #D8CCBD

Color information

#D8CCBD (or 0xD8CCBD) is unknown color: approx Blanc. HEX triplet: D8, CC and BD. RGB value is (216,204,189). Sum of RGB (Red+Green+Blue) = 216+204+189=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCBD is #273342. Grayscale: #CDCDCD. Windows color (decimal): -2569027 or 12438744. OLE color: 12438744.

HSL color Cylindrical-coordinate representation of color #D8CCBD: hue angle of 33.33º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8CCBD is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB216204189-
CMYK00.060.120.15
HSL33.33º25.71%79.41%-
HSV(B)33.33º12.5%84.71%-
XYZ59.161.4656.89-
YUV205.88118.48135.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.47%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=35.47%
G=33.50%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620418900.060.120.1533.3325.7179.41
HexD8CCBD06CF211a4f
Octal3303142750614174132117
Binary110110001100110010111101011011001111100001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCBD; }

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

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

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

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

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

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

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

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