#D6CEBC

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

Shades of Blanc #D6CEBC

Tints of Blanc #D6CEBC

Color information

#D6CEBC (or 0xD6CEBC) is unknown color: approx Blanc. HEX triplet: D6, CE and BC. RGB value is (214,206,188). Sum of RGB (Red+Green+Blue) = 214+206+188=608 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.20% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 188 (73.83% from 255 or 30.92% from 608); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEBC is #293143. Grayscale: #CECECE. Windows color (decimal): -2699588 or 12373718. OLE color: 12373718.

HSL color Cylindrical-coordinate representation of color #D6CEBC: hue angle of 41.54º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6CEBC is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214206188-
CMYK00.040.120.16
HSL41.54º24.07%78.82%-
HSV(B)41.54º12.15%83.92%-
XYZ58.8862.0756.45-
YUV206.34117.65133.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.20%
GREEN value IS 206 (80.86% from 255) = 33.88%
BLUE value IS 188 (73.83% from 255) = 30.92%
R=35.20%
G=33.88%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420618800.040.120.1641.5424.0778.82
HexD6CEBC04C102a184f
Octal3263162740414205230117
Binary1101011011001110101111000100110010000101010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CEBC; }

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

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

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

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

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

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

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

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