#D3CDBB

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

Shades of Ecru White #D3CDBB

Tints of Ecru White #D3CDBB

Color information

#D3CDBB (or 0xD3CDBB) is unknown color: approx Ecru White. HEX triplet: D3, CD and BB. RGB value is (211,205,187). Sum of RGB (Red+Green+Blue) = 211+205+187=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 205 (80.47% from 255 or 34.00% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3CDBB is #2C3244. Grayscale: #CCCCCC. Windows color (decimal): -2896453 or 12307923. OLE color: 12307923.

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

Color convert

RGB211205187-
CMYK00.030.110.17
HSL45º21.43%78.04%-
HSV(B)45º11.37%82.75%-
XYZ57.6661.155.77-
YUV204.74117.99132.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.99%
GREEN value IS 205 (80.47% from 255) = 34.00%
BLUE value IS 187 (73.44% from 255) = 31.01%
R=34.99%
G=34.00%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21120518700.030.110.174521.4378.04
HexD3CDBB03B112d154e
Octal3233152730313215525116
Binary110100111100110110111011011101110001101101101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CDBB; }

 p { color: rgb(211,205,187); }

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

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

 a { background-color: rgb(211,205,187); }

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

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

 span { border-color: rgb(211,205,187); }

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