#D9CEBC

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

Shades of Blanc #D9CEBC

Tints of Blanc #D9CEBC

Color information

#D9CEBC (or 0xD9CEBC) is unknown color: approx Blanc. HEX triplet: D9, CE and BC. RGB value is (217,206,188). Sum of RGB (Red+Green+Blue) = 217+206+188=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEBC is #263143. Grayscale: #CFCFCF. Windows color (decimal): -2502980 or 12373721. OLE color: 12373721.

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

Color convert

RGB217206188-
CMYK00.050.130.15
HSL37.24º27.62%79.41%-
HSV(B)37.24º13.36%85.1%-
XYZ59.7662.5356.5-
YUV207.24117.14134.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.52%
GREEN value IS 206 (80.86% from 255) = 33.72%
BLUE value IS 188 (73.83% from 255) = 30.77%
R=35.52%
G=33.72%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720618800.050.130.1537.2427.6279.41
HexD9CEBC05DF251c4f
Octal3313162740515174534117
Binary110110011100111010111100010111011111100101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CEBC; }

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

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

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

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

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

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

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

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