Html Css Color HEX #DDFAA8 Reef

📋 copy color: '#DDFAA8'

red 221 ◦ green 250 ◦ blue 168

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

Shades of Reef #DDFAA8

Tints of Reef #DDFAA8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.12%

 BLUE value IS 168 (66.02% from 255) = 26.29%

R = 34.59%
G = 39.12%
B = 26.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#DDFAA8 (or 0xDDFAA8) is known color: Reef. HEX triplet: DD, FA and A8. RGB value is (221,250,168). Sum of RGB (Red+Green+Blue) = 221+250+168=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 168 (66.02% from 255 or 26.29% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFAA8 is #220557. Grayscale: #E8E8E8. Windows color (decimal): -2229592 or 11074269. OLE color: 11074269.

HSL color Cylindrical-coordinate representation of color #DDFAA8: hue angle of 81.22º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDFAA8 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 250 168 -
CMYK 0.12 0 0.33 0.02
HSL 81.22º 0.89% 0.82% -
HSV(B) 81.22º 0.33% 0.98% -
XYZ 71.07 86.57 50.01 -
YUV 231.98 91.89 120.17 -
System Red Green Blue C M Y K H S L
Decimal 221 250 168 0.12 0 0.33 0.02 81.22 0.89 0.82
Hex DD FA A8 C 0 21 2 51 59 52
Octal 335 372 250 14 0 41 2 121 131 122
Binary 11011101 11111010 10101000 1100 0 100001 10 1010001 1011001 1010010

Color Harmonies of #DDFAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFAA8

Black with #DDFAA8

Text Example


Text Example

White with #DDFAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFAA8; }

 p { color: rgb(221,250,168); }

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

background-color css

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

 a { background-color: rgb(221,250,168); }

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

border-color css

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

 span { border-color: rgb(221,250,168); }

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