#D8CDBD

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

Shades of Blanc #D8CDBD

Tints of Blanc #D8CDBD

Color information

#D8CDBD (or 0xD8CDBD) is unknown color: approx Blanc. HEX triplet: D8, CD and BD. RGB value is (216,205,189). Sum of RGB (Red+Green+Blue) = 216+205+189=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 205 (80.47% from 255 or 33.61% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CDBD is #273242. Grayscale: #CECECE. Windows color (decimal): -2568771 or 12439000. OLE color: 12439000.

HSL color Cylindrical-coordinate representation of color #D8CDBD: hue angle of 35.56º 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 #D8CDBD is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB216205189-
CMYK00.050.120.15
HSL35.56º25.71%79.41%-
HSV(B)35.56º12.5%84.71%-
XYZ59.3461.9456.97-
YUV206.46118.14134.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.41%
GREEN value IS 205 (80.47% from 255) = 33.61%
BLUE value IS 189 (74.22% from 255) = 30.98%
R=35.41%
G=33.61%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620518900.050.120.1535.5625.7179.41
HexD8CDBD05CF241a4f
Octal3303152750514174432117
Binary110110001100110110111101010111001111100100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CDBD; }

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

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

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

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

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

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

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

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