#D7CCBB

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

Shades of Blanc #D7CCBB

Tints of Blanc #D7CCBB

Color information

#D7CCBB (or 0xD7CCBB) is unknown color: approx Blanc. HEX triplet: D7, CC and BB. RGB value is (215,204,187). Sum of RGB (Red+Green+Blue) = 215+204+187=606 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.48% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCBB is #283344. Grayscale: #CDCDCD. Windows color (decimal): -2634565 or 12307671. OLE color: 12307671.

HSL color Cylindrical-coordinate representation of color #D7CCBB: hue angle of 36.43º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D7CCBB is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215204187-
CMYK00.050.130.16
HSL36.43º25.93%78.82%-
HSV(B)36.43º13.02%84.31%-
XYZ58.5961.2255.74-
YUV205.35117.64134.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.48%
GREEN value IS 204 (80.08% from 255) = 33.66%
BLUE value IS 187 (73.44% from 255) = 30.86%
R=35.48%
G=33.66%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520418700.050.130.1636.4325.9378.82
HexD7CCBB05D10241a4f
Octal3273142730515204432117
Binary1101011111001100101110110101110110000100100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCBB; }

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

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

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

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

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

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

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

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