Html Css Color HEX #DDF7AA Reef

📋 copy color: '#DDF7AA'

red 221 ◦ green 247 ◦ blue 170

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

Shades of Reef #DDF7AA

Tints of Reef #DDF7AA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.71%

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

R = 34.64%
G = 38.71%
B = 26.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#DDF7AA (or 0xDDF7AA) is known color: Reef. HEX triplet: DD, F7 and AA. RGB value is (221,247,170). Sum of RGB (Red+Green+Blue) = 221+247+170=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 247 (96.88% from 255 or 38.71% from 638); Blue value is 170 (66.80% from 255 or 26.65% from 638); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF7AA is #220855. Grayscale: #E6E6E6. Windows color (decimal): -2230358 or 11204573. OLE color: 11204573.

HSL color Cylindrical-coordinate representation of color #DDF7AA: hue angle of 80.26º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDF7AA is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 247 170 -
CMYK 0.11 0 0.31 0.03
HSL 80.26º 0.83% 0.82% -
HSV(B) 80.26º 0.31% 0.97% -
XYZ 70.34 84.8 50.69 -
YUV 230.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 221 247 170 0.11 0 0.31 0.03 80.26 0.83 0.82
Hex DD F7 AA B 0 1F 3 50 53 52
Octal 335 367 252 13 0 37 3 120 123 122
Binary 11011101 11110111 10101010 1011 0 11111 11 1010000 1010011 1010010

Color Harmonies of #DDF7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF7AA

Black with #DDF7AA

Text Example


Text Example

White with #DDF7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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