#D6CEBD

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

Shades of Blanc #D6CEBD

Tints of Blanc #D6CEBD

Color information

#D6CEBD (or 0xD6CEBD) is unknown color: approx Blanc. HEX triplet: D6, CE and BD. RGB value is (214,206,189). Sum of RGB (Red+Green+Blue) = 214+206+189=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEBD is #293142. Grayscale: #CECECE. Windows color (decimal): -2699587 or 12439254. OLE color: 12439254.

HSL color Cylindrical-coordinate representation of color #D6CEBD: hue angle of 40.8º degrees, saturation: 0.23, 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 #D6CEBD is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214206189-
CMYK00.040.120.16
HSL40.8º23.36%79.02%-
HSV(B)40.8º11.68%83.92%-
XYZ58.9962.1157.02-
YUV206.45118.15133.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.14%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=35.14%
G=33.83%
B=31.03%

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
Decimal21420618900.040.120.1640.823.3679.02
HexD6CEBD04C1029174f
Octal3263162750414205127117
Binary1101011011001110101111010100110010000101001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CEBD; }

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

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

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

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

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

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

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

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