Html Css Color HEX #DDF6AA Reef

📋 copy color: '#DDF6AA'

red 221 ◦ green 246 ◦ blue 170

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

Shades of Reef #DDF6AA

Tints of Reef #DDF6AA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.62%

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

R = 34.69%
G = 38.62%
B = 26.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#DDF6AA (or 0xDDF6AA) is known color: Reef. HEX triplet: DD, F6 and AA. RGB value is (221,246,170). Sum of RGB (Red+Green+Blue) = 221+246+170=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF6AA is #220955. Grayscale: #E6E6E6. Windows color (decimal): -2230614 or 11204317. OLE color: 11204317.

HSL color Cylindrical-coordinate representation of color #DDF6AA: hue angle of 79.74º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDF6AA is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 170 -
CMYK 0.10 0 0.31 0.04
HSL 79.74º 0.81% 0.82% -
HSV(B) 79.74º 0.31% 0.96% -
XYZ 70.03 84.19 50.59 -
YUV 229.86 94.22 121.68 -
System Red Green Blue C M Y K H S L
Decimal 221 246 170 0.10 0 0.31 0.04 79.74 0.81 0.82
Hex DD F6 AA A 0 1F 4 50 51 52
Octal 335 366 252 12 0 37 4 120 121 122
Binary 11011101 11110110 10101010 1010 0 11111 100 1010000 1010001 1010010

Color Harmonies of #DDF6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF6AA

Black with #DDF6AA

Text Example


Text Example

White with #DDF6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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