#DBD5C4

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

Shades of Ecru White #DBD5C4

Tints of Ecru White #DBD5C4

Color information

#DBD5C4 (or 0xDBD5C4) is unknown color: approx Ecru White. HEX triplet: DB, D5 and C4. RGB value is (219,213,196). Sum of RGB (Red+Green+Blue) = 219+213+196=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 196 (76.95% from 255 or 31.21% from 628); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5C4 is #242A3B. Grayscale: #D4D4D4. Windows color (decimal): -2370108 or 12899803. OLE color: 12899803.

HSL color Cylindrical-coordinate representation of color #DBD5C4: hue angle of 44.35º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBD5C4 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB219213196-
CMYK00.030.110.14
HSL44.35º24.21%81.37%-
HSV(B)44.35º10.5%85.88%-
XYZ62.9766.6361.77-
YUV212.86118.49132.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.87%
GREEN value IS 213 (83.59% from 255) = 33.92%
BLUE value IS 196 (76.95% from 255) = 31.21%
R=34.87%
G=33.92%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921319600.030.110.1444.3524.2181.37
HexDBD5C403BE2c1851
Octal3333253040313165430121
Binary11011011110101011100010001110111110101100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD5C4; }

 p { color: rgb(219,213,196); }

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

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

 a { background-color: rgb(219,213,196); }

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

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

 span { border-color: rgb(219,213,196); }

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