Html Css Color HEX #DDF1AA Reef

📋 copy color: '#DDF1AA'

red 221 ◦ green 241 ◦ blue 170

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

Shades of Reef #DDF1AA

Tints of Reef #DDF1AA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.13%

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

R = 34.97%
G = 38.13%
B = 26.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#DDF1AA (or 0xDDF1AA) is known color: Reef. HEX triplet: DD, F1 and AA. RGB value is (221,241,170). Sum of RGB (Red+Green+Blue) = 221+241+170=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF1AA is #220E55. Grayscale: #E3E3E3. Windows color (decimal): -2231894 or 11203037. OLE color: 11203037.

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

Color convert

RGB 221 241 170 -
CMYK 0.08 0 0.29 0.05
HSL 76.9º 0.72% 0.81% -
HSV(B) 76.9º 0.29% 0.95% -
XYZ 68.53 81.19 50.09 -
YUV 226.93 95.87 123.77 -
System Red Green Blue C M Y K H S L
Decimal 221 241 170 0.08 0 0.29 0.05 76.9 0.72 0.81
Hex DD F1 AA 8 0 1D 5 4D 48 51
Octal 335 361 252 10 0 35 5 115 110 121
Binary 11011101 11110001 10101010 1000 0 11101 101 1001101 1001000 1010001

Color Harmonies of #DDF1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1AA

Black with #DDF1AA

Text Example


Text Example

White with #DDF1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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