Html Css Color HEX #DCF8AB Reef

📋 copy color: '#DCF8AB'

red 220 ◦ green 248 ◦ blue 171

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

Shades of Reef #DCF8AB

Tints of Reef #DCF8AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.76%

R = 34.43%
G = 38.81%
B = 26.76%

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

#DCF8AB (or 0xDCF8AB) is known color: Reef. HEX triplet: DC, F8 and AB. RGB value is (220,248,171). Sum of RGB (Red+Green+Blue) = 220+248+171=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 171 (67.19% from 255 or 26.76% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF8AB is #230754. Grayscale: #E7E7E7. Windows color (decimal): -2295637 or 11270364. OLE color: 11270364.

HSL color Cylindrical-coordinate representation of color #DCF8AB: hue angle of 81.82º 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 #DCF8AB is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 171 -
CMYK 0.11 0 0.31 0.03
HSL 81.82º 0.85% 0.82% -
HSV(B) 81.82º 0.31% 0.97% -
XYZ 70.43 85.29 51.28 -
YUV 230.85 94.22 120.26 -
System Red Green Blue C M Y K H S L
Decimal 220 248 171 0.11 0 0.31 0.03 81.82 0.85 0.82
Hex DC F8 AB B 0 1F 3 52 55 52
Octal 334 370 253 13 0 37 3 122 125 122
Binary 11011100 11111000 10101011 1011 0 11111 11 1010010 1010101 1010010

Color Harmonies of #DCF8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF8AB

Black with #DCF8AB

Text Example


Text Example

White with #DCF8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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