Html Css Color HEX #DDFAAF Reef

📋 copy color: '#DDFAAF'

red 221 ◦ green 250 ◦ blue 175

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

Shades of Reef #DDFAAF

Tints of Reef #DDFAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.09%

R = 34.21%
G = 38.7%
B = 27.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#DDFAAF (or 0xDDFAAF) is known color: Reef. HEX triplet: DD, FA and AF. RGB value is (221,250,175). Sum of RGB (Red+Green+Blue) = 221+250+175=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFAAF is #220550. Grayscale: #E9E9E9. Windows color (decimal): -2229585 or 11533021. OLE color: 11533021.

HSL color Cylindrical-coordinate representation of color #DDFAAF: hue angle of 83.2º 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 #DDFAAF is Cyan = 0.12, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 250 175 -
CMYK 0.12 0 0.3 0.02
HSL 83.2º 0.88% 0.83% -
HSV(B) 83.2º 0.3% 0.98% -
XYZ 71.74 86.84 53.54 -
YUV 232.78 95.39 119.6 -
System Red Green Blue C M Y K H S L
Decimal 221 250 175 0.12 0 0.3 0.02 83.2 0.88 0.83
Hex DD FA AF C 0 1E 2 53 58 53
Octal 335 372 257 14 0 36 2 123 130 123
Binary 11011101 11111010 10101111 1100 0 11110 10 1010011 1011000 1010011

Color Harmonies of #DDFAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFAAF

Black with #DDFAAF

Text Example


Text Example

White with #DDFAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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