#D5CEBA

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

Shades of Ecru White #D5CEBA

Tints of Ecru White #D5CEBA

Color information

#D5CEBA (or 0xD5CEBA) is unknown color: approx Ecru White. HEX triplet: D5, CE and BA. RGB value is (213,206,186). Sum of RGB (Red+Green+Blue) = 213+206+186=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEBA is #2A3145. Grayscale: #CDCDCD. Windows color (decimal): -2765126 or 12242645. OLE color: 12242645.

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

Color convert

RGB213206186-
CMYK00.030.130.16
HSL44.44º24.32%78.24%-
HSV(B)44.44º12.68%83.53%-
XYZ58.3761.8355.31-
YUV205.81116.82133.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.21%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 186 (73.05% from 255) = 30.74%
R=35.21%
G=34.05%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320618600.030.130.1644.4424.3278.24
HexD5CEBA03D102c184e
Octal3253162720315205430116
Binary110101011100111010111010011110110000101100110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEBA; }

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

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

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

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

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

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

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

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