Html Css Color HEX #DDF2AA Reef

📋 copy color: '#DDF2AA'

red 221 ◦ green 242 ◦ blue 170

#DDF2AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #DDF2AA

Tints of Reef #DDF2AA

RGB

 RED value IS 221 (86.72% from 255) = 34.91%

 GREEN value IS 242 (94.92% from 255) = 38.23%

 BLUE value IS 170 (66.8% from 255) = 26.86%

R = 34.91%
G = 38.23%
B = 26.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#DDF2AA (or 0xDDF2AA) is known color: Reef. HEX triplet: DD, F2 and AA. RGB value is (221,242,170). Sum of RGB (Red+Green+Blue) = 221+242+170=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 170 (66.80% from 255 or 26.86% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF2AA is #220D55. Grayscale: #E3E3E3. Windows color (decimal): -2231638 or 11203293. OLE color: 11203293.

HSL color Cylindrical-coordinate representation of color #DDF2AA: hue angle of 77.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDF2AA is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 170 -
CMYK 0.09 0 0.30 0.05
HSL 77.5º 0.73% 0.81% -
HSV(B) 77.5º 0.3% 0.95% -
XYZ 68.83 81.78 50.19 -
YUV 227.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 221 242 170 0.09 0 0.30 0.05 77.5 0.73 0.81
Hex DD F2 AA 9 0 1E 5 4E 49 51
Octal 335 362 252 11 0 36 5 116 111 121
Binary 11011101 11110010 10101010 1001 0 11110 101 1001110 1001001 1010001

Color Harmonies of #DDF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF2AA

Black with #DDF2AA

Text Example


Text Example

White with #DDF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF2AA; }

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

 H1.HeaderClassName
 {
   color: #DDF2AA;
 }
 .AnyTagClassName
 {
   color: #DDF2AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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