#D5CEBE

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

Shades of Ecru White #D5CEBE

Tints of Ecru White #D5CEBE

Color information

#D5CEBE (or 0xD5CEBE) is unknown color: approx Ecru White. HEX triplet: D5, CE and BE. RGB value is (213,206,190). Sum of RGB (Red+Green+Blue) = 213+206+190=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEBE is #2A3141. Grayscale: #CECECE. Windows color (decimal): -2765122 or 12504789. OLE color: 12504789.

HSL color Cylindrical-coordinate representation of color #D5CEBE: hue angle of 41.74º degrees, saturation: 0.21, 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 #D5CEBE is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB213206190-
CMYK00.030.110.16
HSL41.74º21.5%79.02%-
HSV(B)41.74º10.8%83.53%-
XYZ58.8162.0157.58-
YUV206.27118.82132.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.98%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=34.98%
G=33.83%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320619000.030.110.1641.7421.579.02
HexD5CEBE03B102a154f
Octal3253162760313205225117
Binary110101011100111010111110011101110000101010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEBE; }

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

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

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

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

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

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

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

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