#DDEFA4

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

Shades of Reef #DDEFA4

Tints of Reef #DDEFA4

Color information

#DDEFA4 (or 0xDDEFA4) is unknown color: approx Reef. HEX triplet: DD, EF and A4. RGB value is (221,239,164). Sum of RGB (Red+Green+Blue) = 221+239+164=624 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.42% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 164 (64.45% from 255 or 26.28% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEFA4 is #22105B. Grayscale: #E1E1E1. Windows color (decimal): -2232412 or 10809309. OLE color: 10809309.

HSL color Cylindrical-coordinate representation of color #DDEFA4: hue angle of 74.4º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDEFA4 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB221239164-
CMYK0.0800.310.06
HSL74.4º70.09%79.02%-
HSV(B)74.4º31.38%93.73%-
XYZ67.3979.7946.97-
YUV225.0793.54125.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.42%
GREEN value IS 239 (93.75% from 255) = 38.30%
BLUE value IS 164 (64.45% from 255) = 26.28%
R=35.42%
G=38.30%
B=26.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212391640.0800.310.0674.470.0979.02
HexDDEFA4801F64a464f
Octal335357244100376112106117
Binary1101110111101111101001001000011111110100101010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFA4; }

 p { color: rgb(221,239,164); }

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

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

 a { background-color: rgb(221,239,164); }

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

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

 span { border-color: rgb(221,239,164); }

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