#EDEBBB

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

Shades of Cumulus #EDEBBB

Tints of Cumulus #EDEBBB

Color information

#EDEBBB (or 0xEDEBBB) is unknown color: approx Cumulus. HEX triplet: ED, EB and BB. RGB value is (237,235,187). Sum of RGB (Red+Green+Blue) = 237+235+187=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 187 (73.44% from 255 or 28.38% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEBBB is #121444. Grayscale: #E6E6E6. Windows color (decimal): -1184837 or 12315629. OLE color: 12315629.

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

Color convert

RGB237235187-
CMYK00.010.210.07
HSL57.6º58.14%83.14%-
HSV(B)57.6º21.1%92.94%-
XYZ73.681.0158.77-
YUV230.13103.66132.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 235 (92.19% from 255) = 35.66%
BLUE value IS 187 (73.44% from 255) = 28.38%
R=35.96%
G=35.66%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723518700.010.210.0757.658.1483.14
HexEDEBBB011573a3a53
Octal355353273012577272123
Binary11101101111010111011101101101011111110101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBBB; }

 p { color: rgb(237,235,187); }

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

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

 a { background-color: rgb(237,235,187); }

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

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

 span { border-color: rgb(237,235,187); }

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