#D3CEBC

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

Shades of Ecru White #D3CEBC

Tints of Ecru White #D3CEBC

Color information

#D3CEBC (or 0xD3CEBC) is unknown color: approx Ecru White. HEX triplet: D3, CE and BC. RGB value is (211,206,188). Sum of RGB (Red+Green+Blue) = 211+206+188=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CEBC is #2C3143. Grayscale: #CDCDCD. Windows color (decimal): -2896196 or 12373715. OLE color: 12373715.

HSL color Cylindrical-coordinate representation of color #D3CEBC: hue angle of 46.96º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3CEBC is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB211206188-
CMYK00.020.110.17
HSL46.96º20.72%78.24%-
HSV(B)46.96º10.9%82.75%-
XYZ58.0161.6256.41-
YUV205.44118.16131.96-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.88%
GREEN value IS 206 (80.86% from 255) = 34.05%
BLUE value IS 188 (73.83% from 255) = 31.07%
R=34.88%
G=34.05%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120618800.020.110.1746.9620.7278.24
HexD3CEBC02B112f154e
Octal3233162740213215725116
Binary110100111100111010111100010101110001101111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CEBC; }

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

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

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

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

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

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

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

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