#D9CEBB

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

Shades of Blanc #D9CEBB

Tints of Blanc #D9CEBB

Color information

#D9CEBB (or 0xD9CEBB) is unknown color: approx Blanc. HEX triplet: D9, CE and BB. RGB value is (217,206,187). Sum of RGB (Red+Green+Blue) = 217+206+187=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEBB is #263144. Grayscale: #CFCFCF. Windows color (decimal): -2502981 or 12308185. OLE color: 12308185.

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

Color convert

RGB217206187-
CMYK00.050.140.15
HSL38º28.3%79.22%-
HSV(B)38º13.82%85.1%-
XYZ59.6662.4855.93-
YUV207.12116.64135.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.57%
GREEN value IS 206 (80.86% from 255) = 33.77%
BLUE value IS 187 (73.44% from 255) = 30.66%
R=35.57%
G=33.77%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720618700.050.140.153828.379.22
HexD9CEBB05EF261c4f
Octal3313162730516174634117
Binary110110011100111010111011010111101111100110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEBB; }

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

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

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

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

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

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

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

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