Html Css Color HEX #DCFAA9 Reef

📋 copy color: '#DCFAA9'

red 220 ◦ green 250 ◦ blue 169

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

Shades of Reef #DCFAA9

Tints of Reef #DCFAA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 26.45%

R = 34.43%
G = 39.12%
B = 26.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#DCFAA9 (or 0xDCFAA9) is known color: Reef. HEX triplet: DC, FA and A9. RGB value is (220,250,169). Sum of RGB (Red+Green+Blue) = 220+250+169=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 169 (66.41% from 255 or 26.45% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAA9 is #230556. Grayscale: #E8E8E8. Windows color (decimal): -2295127 or 11139804. OLE color: 11139804.

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

Color convert

RGB 220 250 169 -
CMYK 0.12 0 0.32 0.02
HSL 82.22º 0.89% 0.82% -
HSV(B) 82.22º 0.32% 0.98% -
XYZ 70.86 86.45 50.49 -
YUV 231.8 92.56 119.59 -
System Red Green Blue C M Y K H S L
Decimal 220 250 169 0.12 0 0.32 0.02 82.22 0.89 0.82
Hex DC FA A9 C 0 20 2 52 59 52
Octal 334 372 251 14 0 40 2 122 131 122
Binary 11011100 11111010 10101001 1100 0 100000 10 1010010 1011001 1010010

Color Harmonies of #DCFAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAA9

Black with #DCFAA9

Text Example


Text Example

White with #DCFAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAA9; }

 p { color: rgb(220,250,169); }

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

background-color css

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

 a { background-color: rgb(220,250,169); }

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

border-color css

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

 span { border-color: rgb(220,250,169); }

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