#DBD4C1

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

Shades of Ecru White #DBD4C1

Tints of Ecru White #DBD4C1

Color information

#DBD4C1 (or 0xDBD4C1) is unknown color: approx Ecru White. HEX triplet: DB, D4 and C1. RGB value is (219,212,193). Sum of RGB (Red+Green+Blue) = 219+212+193=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 212 (83.20% from 255 or 33.97% from 624); Blue value is 193 (75.78% from 255 or 30.93% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4C1 is #242B3E. Grayscale: #D4D4D4. Windows color (decimal): -2370367 or 12702939. OLE color: 12702939.

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

Color convert

RGB219212193-
CMYK00.030.120.14
HSL43.85º26.53%80.78%-
HSV(B)43.85º11.87%85.88%-
XYZ62.386659.9-
YUV211.93117.32133.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.10%
GREEN value IS 212 (83.20% from 255) = 33.97%
BLUE value IS 193 (75.78% from 255) = 30.93%
R=35.10%
G=33.97%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921219300.030.120.1443.8526.5380.78
HexDBD4C103CE2c1b51
Octal3333243010314165433121
Binary11011011110101001100000101111001110101100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4C1; }

 p { color: rgb(219,212,193); }

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

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

 a { background-color: rgb(219,212,193); }

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

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

 span { border-color: rgb(219,212,193); }

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