#D5CEBC

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

Shades of Ecru White #D5CEBC

Tints of Ecru White #D5CEBC

Color information

#D5CEBC (or 0xD5CEBC) is unknown color: approx Ecru White. HEX triplet: D5, CE and BC. RGB value is (213,206,188). Sum of RGB (Red+Green+Blue) = 213+206+188=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEBC is #2A3143. Grayscale: #CECECE. Windows color (decimal): -2765124 or 12373717. OLE color: 12373717.

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

Color convert

RGB213206188-
CMYK00.030.120.16
HSL43.2º22.94%78.63%-
HSV(B)43.2º11.74%83.53%-
XYZ58.5961.9256.44-
YUV206.04117.82132.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.09%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=35.09%
G=33.94%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320618800.030.120.1643.222.9478.63
HexD5CEBC03C102b174f
Octal3253162740314205327117
Binary110101011100111010111100011110010000101011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEBC; }

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

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

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

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

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

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

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

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