Html Css Color HEX #DDFAAE Reef

📋 copy color: '#DDFAAE'

red 221 ◦ green 250 ◦ blue 174

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

Shades of Reef #DDFAAE

Tints of Reef #DDFAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 26.98%

R = 34.26%
G = 38.76%
B = 26.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#DDFAAE (or 0xDDFAAE) is known color: Reef. HEX triplet: DD, FA and AE. RGB value is (221,250,174). Sum of RGB (Red+Green+Blue) = 221+250+174=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 174 (68.36% from 255 or 26.98% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFAAE is #220551. Grayscale: #E8E8E8. Windows color (decimal): -2229586 or 11467485. OLE color: 11467485.

HSL color Cylindrical-coordinate representation of color #DDFAAE: hue angle of 82.89º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDFAAE is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 250 174 -
CMYK 0.12 0 0.30 0.02
HSL 82.89º 0.88% 0.83% -
HSV(B) 82.89º 0.3% 0.98% -
XYZ 71.64 86.8 53.02 -
YUV 232.67 94.89 119.68 -
System Red Green Blue C M Y K H S L
Decimal 221 250 174 0.12 0 0.30 0.02 82.89 0.88 0.83
Hex DD FA AE C 0 1E 2 53 58 53
Octal 335 372 256 14 0 36 2 123 130 123
Binary 11011101 11111010 10101110 1100 0 11110 10 1010011 1011000 1010011

Color Harmonies of #DDFAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFAAE

Black with #DDFAAE

Text Example


Text Example

White with #DDFAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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