#DDF2AF

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

Shades of Reef #DDF2AF

Tints of Reef #DDF2AF

Color information

#DDF2AF (or 0xDDF2AF) is unknown color: approx Reef. HEX triplet: DD, F2 and AF. RGB value is (221,242,175). Sum of RGB (Red+Green+Blue) = 221+242+175=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF2AF is #220D50. Grayscale: #E4E4E4. Windows color (decimal): -2231633 or 11530973. OLE color: 11530973.

HSL color Cylindrical-coordinate representation of color #DDF2AF: hue angle of 78.81º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDF2AF is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB221242175-
CMYK0.0900.280.05
HSL78.81º72.04%81.76%-
HSV(B)78.81º27.69%94.9%-
XYZ69.3181.9752.73-
YUV228.0898.04122.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 242 (94.92% from 255) = 37.93%
BLUE value IS 175 (68.75% from 255) = 27.43%
R=34.64%
G=37.93%
B=27.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212421750.0900.280.0578.8172.0481.76
HexDDF2AF901C54f4852
Octal335362257110345117110122
Binary1101110111110010101011111001011100101100111110010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF2AF; }

 p { color: rgb(221,242,175); }

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

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

 a { background-color: rgb(221,242,175); }

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

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

 span { border-color: rgb(221,242,175); }

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