#D8CCBB

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

Shades of Blanc #D8CCBB

Tints of Blanc #D8CCBB

Color information

#D8CCBB (or 0xD8CCBB) is unknown color: approx Blanc. HEX triplet: D8, CC and BB. RGB value is (216,204,187). Sum of RGB (Red+Green+Blue) = 216+204+187=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCBB is #273344. Grayscale: #CDCDCD. Windows color (decimal): -2569029 or 12307672. OLE color: 12307672.

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

Color convert

RGB216204187-
CMYK00.060.130.15
HSL35.17º27.1%79.02%-
HSV(B)35.17º13.43%84.71%-
XYZ58.8861.3755.76-
YUV205.65117.48135.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.58%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=35.58%
G=33.61%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620418700.060.130.1535.1727.179.02
HexD8CCBB06DF231b4f
Octal3303142730615174333117
Binary110110001100110010111011011011011111100011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCBB; }

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

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

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

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

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

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

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

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