#EEEDBC

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

Shades of Cumulus #EEEDBC

Tints of Cumulus #EEEDBC

Color information

#EEEDBC (or 0xEEEDBC) is unknown color: approx Cumulus. HEX triplet: EE, ED and BC. RGB value is (238,237,188). Sum of RGB (Red+Green+Blue) = 238+237+188=663 (87% of max value = 765). Red value is 238 (93.36% from 255 or 35.90% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 188 (73.83% from 255 or 28.36% from 663); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEDBC is #111243. Grayscale: #E7E7E7. Windows color (decimal): -1118788 or 12381678. OLE color: 12381678.

HSL color Cylindrical-coordinate representation of color #EEEDBC: hue angle of 58.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEEDBC is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB238237188-
CMYK00.000.210.07
HSL58.8º59.52%83.53%-
HSV(B)58.8º21.01%93.33%-
XYZ74.6282.3859.54-
YUV231.71103.33132.48-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.90%
GREEN value IS 237 (92.97% from 255) = 35.75%
BLUE value IS 188 (73.83% from 255) = 28.36%
R=35.90%
G=35.75%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823718800.000.210.0758.859.5283.53
HexEEEDBC001573b3c54
Octal356355274002577374124
Binary11101110111011011011110000101011111110111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDBC; }

 p { color: rgb(238,237,188); }

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

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

 a { background-color: rgb(238,237,188); }

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

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

 span { border-color: rgb(238,237,188); }

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