#D6CEBE

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

Shades of Blanc #D6CEBE

Tints of Blanc #D6CEBE

Color information

#D6CEBE (or 0xD6CEBE) is unknown color: approx Blanc. HEX triplet: D6, CE and BE. RGB value is (214,206,190). Sum of RGB (Red+Green+Blue) = 214+206+190=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEBE is #293141. Grayscale: #CECECE. Windows color (decimal): -2699586 or 12504790. OLE color: 12504790.

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

Color convert

RGB214206190-
CMYK00.040.110.16
HSL40º22.64%79.22%-
HSV(B)40º11.21%83.92%-
XYZ59.162.1657.6-
YUV206.57118.65133.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.08%
GREEN value IS 206 (80.86% from 255) = 33.77%
BLUE value IS 190 (74.61% from 255) = 31.15%
R=35.08%
G=33.77%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420619000.040.110.164022.6479.22
HexD6CEBE04B1028174f
Octal3263162760413205027117
Binary1101011011001110101111100100101110000101000101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CEBE; }

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

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

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

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

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

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

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

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