#D8CEBC

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

Shades of Blanc #D8CEBC

Tints of Blanc #D8CEBC

Color information

#D8CEBC (or 0xD8CEBC) is unknown color: approx Blanc. HEX triplet: D8, CE and BC. RGB value is (216,206,188). Sum of RGB (Red+Green+Blue) = 216+206+188=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CEBC is #273143. Grayscale: #CFCFCF. Windows color (decimal): -2568516 or 12373720. OLE color: 12373720.

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

Color convert

RGB216206188-
CMYK00.050.130.15
HSL38.57º26.42%79.22%-
HSV(B)38.57º12.96%84.71%-
XYZ59.4762.3756.48-
YUV206.94117.31134.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.41%
GREEN value IS 206 (80.86% from 255) = 33.77%
BLUE value IS 188 (73.83% from 255) = 30.82%
R=35.41%
G=33.77%
B=30.82%

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
Decimal21620618800.050.130.1538.5726.4279.22
HexD8CEBC05DF271a4f
Octal3303162740515174732117
Binary110110001100111010111100010111011111100111110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CEBC; }

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

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

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

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

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

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

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

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