Html Css Color HEX #DDFEAA Reef

📋 copy color: '#DDFEAA'

red 221 ◦ green 254 ◦ blue 170

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

Shades of Reef #DDFEAA

Tints of Reef #DDFEAA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.38%

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

R = 34.26%
G = 39.38%
B = 26.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#DDFEAA (or 0xDDFEAA) is known color: Reef. HEX triplet: DD, FE and AA. RGB value is (221,254,170). Sum of RGB (Red+Green+Blue) = 221+254+170=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 170 (66.80% from 255 or 26.36% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFEAA is #220155. Grayscale: #EAEAEA. Windows color (decimal): -2228566 or 11206365. OLE color: 11206365.

HSL color Cylindrical-coordinate representation of color #DDFEAA: hue angle of 83.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDFEAA is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 254 170 -
CMYK 0.13 0 0.33 0.00
HSL 83.57º 0.98% 0.83% -
HSV(B) 83.57º 0.33% 1% -
XYZ 72.52 89.16 51.42 -
YUV 234.56 91.57 118.33 -
System Red Green Blue C M Y K H S L
Decimal 221 254 170 0.13 0 0.33 0.00 83.57 0.98 0.83
Hex DD FE AA D 0 21 0 54 62 53
Octal 335 376 252 15 0 41 0 124 142 123
Binary 11011101 11111110 10101010 1101 0 100001 0 1010100 1100010 1010011

Color Harmonies of #DDFEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFEAA

Black with #DDFEAA

Text Example


Text Example

White with #DDFEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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