#DDEFA0

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

Shades of Reef #DDEFA0

Tints of Reef #DDEFA0

Color information

#DDEFA0 (or 0xDDEFA0) is unknown color: approx Reef. HEX triplet: DD, EF and A0. RGB value is (221,239,160). Sum of RGB (Red+Green+Blue) = 221+239+160=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 239 (93.75% from 255 or 38.55% from 620); Blue value is 160 (62.89% from 255 or 25.81% from 620); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEFA0 is #22105F. Grayscale: #E0E0E0. Windows color (decimal): -2232416 or 10547165. OLE color: 10547165.

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

Color convert

RGB221239160-
CMYK0.0800.330.06
HSL73.67º71.17%78.24%-
HSV(B)73.67º33.05%93.73%-
XYZ67.0379.6445.1-
YUV224.6191.54125.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.65%
GREEN value IS 239 (93.75% from 255) = 38.55%
BLUE value IS 160 (62.89% from 255) = 25.81%
R=35.65%
G=38.55%
B=25.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212391600.0800.330.0673.6771.1778.24
HexDDEFA0802164a474e
Octal335357240100416112107116
Binary11011101111011111010000010000100001110100101010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFA0; }

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

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

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

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

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

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

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

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