#D7CEBB

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

Shades of Blanc #D7CEBB

Tints of Blanc #D7CEBB

Color information

#D7CEBB (or 0xD7CEBB) is unknown color: approx Blanc. HEX triplet: D7, CE and BB. RGB value is (215,206,187). Sum of RGB (Red+Green+Blue) = 215+206+187=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CEBB is #283144. Grayscale: #CECECE. Windows color (decimal): -2634053 or 12308183. OLE color: 12308183.

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

Color convert

RGB215206187-
CMYK00.040.130.16
HSL40.71º25.93%78.82%-
HSV(B)40.71º13.02%84.31%-
XYZ59.0762.1855.9-
YUV206.52116.98134.04-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.36%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 187 (73.44% from 255) = 30.76%
R=35.36%
G=33.88%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520618700.040.130.1640.7125.9378.82
HexD7CEBB04D10291a4f
Octal3273162730415205132117
Binary1101011111001110101110110100110110000101001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CEBB; }

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

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

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

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

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

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

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

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