#DEEDA5

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

Shades of Reef #DEEDA5

Tints of Reef #DEEDA5

Color information

#DEEDA5 (or 0xDEEDA5) is unknown color: approx Reef. HEX triplet: DE, ED and A5. RGB value is (222,237,165). Sum of RGB (Red+Green+Blue) = 222+237+165=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 165 (64.84% from 255 or 26.44% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEDA5 is #21125A. Grayscale: #E0E0E0. Windows color (decimal): -2167387 or 10874334. OLE color: 10874334.

HSL color Cylindrical-coordinate representation of color #DEEDA5: hue angle of 72.5º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEEDA5 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB222237165-
CMYK0.0600.300.07
HSL72.5º66.67%78.82%-
HSV(B)72.5º30.38%92.94%-
XYZ67.278.8147.27-
YUV224.3194.53126.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 237 (92.97% from 255) = 37.98%
BLUE value IS 165 (64.84% from 255) = 26.44%
R=35.58%
G=37.98%
B=26.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222371650.0600.300.0772.566.6778.82
HexDEEDA5601E748434f
Octal33635524560367110103117
Binary110111101110110110100101110011110111100100010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEDA5; }

 p { color: rgb(222,237,165); }

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

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

 a { background-color: rgb(222,237,165); }

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

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

 span { border-color: rgb(222,237,165); }

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