Html Css Color HEX #DCF8AA Reef

📋 copy color: '#DCF8AA'

red 220 ◦ green 248 ◦ blue 170

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

Shades of Reef #DCF8AA

Tints of Reef #DCF8AA

RGB

 RED value IS 220 (86.33% from 255) = 34.48%

 GREEN value IS 248 (97.27% from 255) = 38.87%

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

R = 34.48%
G = 38.87%
B = 26.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#DCF8AA (or 0xDCF8AA) is known color: Reef. HEX triplet: DC, F8 and AA. RGB value is (220,248,170). Sum of RGB (Red+Green+Blue) = 220+248+170=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 170 (66.80% from 255 or 26.65% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF8AA is #230755. Grayscale: #E7E7E7. Windows color (decimal): -2295638 or 11204828. OLE color: 11204828.

HSL color Cylindrical-coordinate representation of color #DCF8AA: hue angle of 81.54º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCF8AA is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 170 -
CMYK 0.11 0 0.31 0.03
HSL 81.54º 0.85% 0.82% -
HSV(B) 81.54º 0.31% 0.97% -
XYZ 70.34 85.25 50.78 -
YUV 230.74 93.72 120.34 -
System Red Green Blue C M Y K H S L
Decimal 220 248 170 0.11 0 0.31 0.03 81.54 0.85 0.82
Hex DC F8 AA B 0 1F 3 52 55 52
Octal 334 370 252 13 0 37 3 122 125 122
Binary 11011100 11111000 10101010 1011 0 11111 11 1010010 1010101 1010010

Color Harmonies of #DCF8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF8AA

Black with #DCF8AA

Text Example


Text Example

White with #DCF8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF8AA; }

 p { color: rgb(220,248,170); }

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

background-color css

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

 a { background-color: rgb(220,248,170); }

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

border-color css

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

 span { border-color: rgb(220,248,170); }

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