#D7CCBA

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

Shades of Blanc #D7CCBA

Tints of Blanc #D7CCBA

Color information

#D7CCBA (or 0xD7CCBA) is unknown color: approx Blanc. HEX triplet: D7, CC and BA. RGB value is (215,204,186). Sum of RGB (Red+Green+Blue) = 215+204+186=605 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.54% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCBA is #283345. Grayscale: #CDCDCD. Windows color (decimal): -2634566 or 12242135. OLE color: 12242135.

HSL color Cylindrical-coordinate representation of color #D7CCBA: hue angle of 37.24º degrees, saturation: 0.27, 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 #D7CCBA is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB215204186-
CMYK00.050.130.16
HSL37.24º26.61%78.63%-
HSV(B)37.24º13.49%84.31%-
XYZ58.4861.1855.18-
YUV205.24117.14134.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.54%
GREEN value IS 204 (80.08% from 255) = 33.72%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=35.54%
G=33.72%
B=30.74%

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
Decimal21520418600.050.130.1637.2426.6178.63
HexD7CCBA05D10251b4f
Octal3273142720515204533117
Binary1101011111001100101110100101110110000100101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCBA; }

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

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

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

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

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

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

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

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