#D6CEBB

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

Shades of Ecru White #D6CEBB

Tints of Ecru White #D6CEBB

Color information

#D6CEBB (or 0xD6CEBB) is unknown color: approx Ecru White. HEX triplet: D6, CE and BB. RGB value is (214,206,187). Sum of RGB (Red+Green+Blue) = 214+206+187=607 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.26% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CEBB is #293144. Grayscale: #CECECE. Windows color (decimal): -2699589 or 12308182. OLE color: 12308182.

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

Color convert

RGB214206187-
CMYK00.040.130.16
HSL42.22º24.77%78.63%-
HSV(B)42.22º12.62%83.92%-
XYZ58.7762.0355.89-
YUV206.23117.15133.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.26%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=35.26%
G=33.94%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420618700.040.130.1642.2224.7778.63
HexD6CEBB04D102a194f
Octal3263162730415205231117
Binary1101011011001110101110110100110110000101010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CEBB; }

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

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

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

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

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

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

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

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