Html Css Color HEX #DCF8A9 Reef

📋 copy color: '#DCF8A9'

red 220 ◦ green 248 ◦ blue 169

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

Shades of Reef #DCF8A9

Tints of Reef #DCF8A9

RGB

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

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

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

R = 34.54%
G = 38.93%
B = 26.53%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#DCF8A9 (or 0xDCF8A9) is known color: Reef. HEX triplet: DC, F8 and A9. RGB value is (220,248,169). Sum of RGB (Red+Green+Blue) = 220+248+169=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 248 (97.27% from 255 or 38.93% from 637); Blue value is 169 (66.41% from 255 or 26.53% from 637); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF8A9 is #230756. Grayscale: #E6E6E6. Windows color (decimal): -2295639 or 11139292. OLE color: 11139292.

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

Color convert

RGB 220 248 169 -
CMYK 0.11 0 0.32 0.03
HSL 81.27º 0.85% 0.82% -
HSV(B) 81.27º 0.32% 0.97% -
XYZ 70.24 85.22 50.28 -
YUV 230.62 93.22 120.42 -
System Red Green Blue C M Y K H S L
Decimal 220 248 169 0.11 0 0.32 0.03 81.27 0.85 0.82
Hex DC F8 A9 B 0 20 3 51 55 52
Octal 334 370 251 13 0 40 3 121 125 122
Binary 11011100 11111000 10101001 1011 0 100000 11 1010001 1010101 1010010

Color Harmonies of #DCF8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF8A9

Black with #DCF8A9

Text Example


Text Example

White with #DCF8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF8A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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