Html Css Color HEX #DDFFAA Reef

📋 copy color: '#DDFFAA'

red 221 ◦ green 255 ◦ blue 170

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

Shades of Reef #DDFFAA

Tints of Reef #DDFFAA

RGB

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

 GREEN value IS 255 (100% from 255) = 39.47%

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

R = 34.21%
G = 39.47%
B = 26.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#DDFFAA (or 0xDDFFAA) is known color: Reef. HEX triplet: DD, FF and AA. RGB value is (221,255,170). Sum of RGB (Red+Green+Blue) = 221+255+170=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 170 (66.80% from 255 or 26.32% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFFAA is #220055. Grayscale: #EBEBEB. Windows color (decimal): -2228310 or 11206621. OLE color: 11206621.

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

Color convert

RGB 221 255 170 -
CMYK 0.13 0 0.33 0
HSL 84º 1% 0.83% -
HSV(B) 84º 0.33% 1% -
XYZ 72.83 89.79 51.52 -
YUV 235.14 91.24 117.91 -
System Red Green Blue C M Y K H S L
Decimal 221 255 170 0.13 0 0.33 0 84 1 0.83
Hex DD FF AA D 0 21 0 54 64 53
Octal 335 377 252 15 0 41 0 124 144 123
Binary 11011101 11111111 10101010 1101 0 100001 0 1010100 1100100 1010011

Color Harmonies of #DDFFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFFAA

Black with #DDFFAA

Text Example


Text Example

White with #DDFFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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