#E9DDCF

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

Shades of Quarter Spanish White #E9DDCF

Tints of Quarter Spanish White #E9DDCF

Color information

#E9DDCF (or 0xE9DDCF) is unknown color: approx Quarter Spanish White. HEX triplet: E9, DD and CF. RGB value is (233,221,207). Sum of RGB (Red+Green+Blue) = 233+221+207=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 221 (86.72% from 255 or 33.43% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDCF is #162230. Grayscale: #DFDFDF. Windows color (decimal): -1450545 or 13622761. OLE color: 13622761.

HSL color Cylindrical-coordinate representation of color #E9DDCF: hue angle of 32.31º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E9DDCF is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB233221207-
CMYK00.050.110.09
HSL32.31º37.14%86.27%-
HSV(B)32.31º11.16%91.37%-
XYZ70.7273.5469.5-
YUV222.99118.98135.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 35.25%
GREEN value IS 221 (86.72% from 255) = 33.43%
BLUE value IS 207 (81.25% from 255) = 31.32%
R=35.25%
G=33.43%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322120700.050.110.0932.3137.1486.27
HexE9DDCF05B9202556
Octal3513353170513114045126
Binary1110100111011101110011110101101110011000001001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDCF; }

 p { color: rgb(233,221,207); }

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

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

 a { background-color: rgb(233,221,207); }

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

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

 span { border-color: rgb(233,221,207); }

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