Html Css Color HEX #DCF5AB Reef

📋 copy color: '#DCF5AB'

red 220 ◦ green 245 ◦ blue 171

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

Shades of Reef #DCF5AB

Tints of Reef #DCF5AB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.52%

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

R = 34.59%
G = 38.52%
B = 26.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#DCF5AB (or 0xDCF5AB) is known color: Reef. HEX triplet: DC, F5 and AB. RGB value is (220,245,171). Sum of RGB (Red+Green+Blue) = 220+245+171=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 171 (67.19% from 255 or 26.89% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF5AB is #230A54. Grayscale: #E5E5E5. Windows color (decimal): -2296405 or 11269596. OLE color: 11269596.

HSL color Cylindrical-coordinate representation of color #DCF5AB: hue angle of 80.27º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCF5AB is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 245 171 -
CMYK 0.10 0 0.30 0.04
HSL 80.27º 0.79% 0.82% -
HSV(B) 80.27º 0.3% 0.96% -
XYZ 69.52 83.46 50.97 -
YUV 229.09 95.22 121.52 -
System Red Green Blue C M Y K H S L
Decimal 220 245 171 0.10 0 0.30 0.04 80.27 0.79 0.82
Hex DC F5 AB A 0 1E 4 50 4F 52
Octal 334 365 253 12 0 36 4 120 117 122
Binary 11011100 11110101 10101011 1010 0 11110 100 1010000 1001111 1010010

Color Harmonies of #DCF5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF5AB

Black with #DCF5AB

Text Example


Text Example

White with #DCF5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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