#D6CEC1

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

Shades of Blanc #D6CEC1

Tints of Blanc #D6CEC1

Color information

#D6CEC1 (or 0xD6CEC1) is unknown color: approx Blanc. HEX triplet: D6, CE and C1. RGB value is (214,206,193). Sum of RGB (Red+Green+Blue) = 214+206+193=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEC1 is #29313E. Grayscale: #CECECE. Windows color (decimal): -2699583 or 12701398. OLE color: 12701398.

HSL color Cylindrical-coordinate representation of color #D6CEC1: hue angle of 37.14º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6CEC1 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB214206193-
CMYK00.040.100.16
HSL37.14º20.39%79.8%-
HSV(B)37.14º9.81%83.92%-
XYZ59.4362.2959.34-
YUV206.91120.15133.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.91%
GREEN value IS 206 (80.86% from 255) = 33.61%
BLUE value IS 193 (75.78% from 255) = 31.48%
R=34.91%
G=33.61%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420619300.040.100.1637.1420.3979.8
HexD6CEC104A10251450
Octal3263163010412204524120
Binary1101011011001110110000010100101010000100101101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CEC1; }

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

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

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

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

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

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

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

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