#DDEDA8

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

Shades of Reef #DDEDA8

Tints of Reef #DDEDA8

Color information

#DDEDA8 (or 0xDDEDA8) is unknown color: approx Reef. HEX triplet: DD, ED and A8. RGB value is (221,237,168). Sum of RGB (Red+Green+Blue) = 221+237+168=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEDA8 is #221257. Grayscale: #E0E0E0. Windows color (decimal): -2232920 or 11070941. OLE color: 11070941.

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

Color convert

RGB221237168-
CMYK0.0700.290.07
HSL73.91º65.71%79.41%-
HSV(B)73.91º29.11%92.94%-
XYZ67.1778.7748.71-
YUV224.3596.2125.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 237 (92.97% from 255) = 37.86%
BLUE value IS 168 (66.02% from 255) = 26.84%
R=35.30%
G=37.86%
B=26.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212371680.0700.290.0773.9165.7179.41
HexDDEDA8701D74a424f
Octal33535525070357112102117
Binary110111011110110110101000111011101111100101010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDA8; }

 p { color: rgb(221,237,168); }

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

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

 a { background-color: rgb(221,237,168); }

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

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

 span { border-color: rgb(221,237,168); }

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