#D9CEBE

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

Shades of Blanc #D9CEBE

Tints of Blanc #D9CEBE

Color information

#D9CEBE (or 0xD9CEBE) is unknown color: approx Blanc. HEX triplet: D9, CE and BE. RGB value is (217,206,190). Sum of RGB (Red+Green+Blue) = 217+206+190=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEBE is #263141. Grayscale: #CFCFCF. Windows color (decimal): -2502978 or 12504793. OLE color: 12504793.

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

Color convert

RGB217206190-
CMYK00.050.120.15
HSL35.56º26.21%79.8%-
HSV(B)35.56º12.44%85.1%-
XYZ59.9862.6157.64-
YUV207.46118.14134.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.40%
GREEN value IS 206 (80.86% from 255) = 33.61%
BLUE value IS 190 (74.61% from 255) = 31.00%
R=35.40%
G=33.61%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720619000.050.120.1535.5626.2179.8
HexD9CEBE05CF241a50
Octal3313162760514174432120
Binary110110011100111010111110010111001111100100110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEBE; }

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

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

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

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

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

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

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

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