Html Css Color HEX #DCFEAB Reef

📋 copy color: '#DCFEAB'

red 220 ◦ green 254 ◦ blue 171

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

Shades of Reef #DCFEAB

Tints of Reef #DCFEAB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.38%

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

R = 34.11%
G = 39.38%
B = 26.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#DCFEAB (or 0xDCFEAB) is known color: Reef. HEX triplet: DC, FE and AB. RGB value is (220,254,171). Sum of RGB (Red+Green+Blue) = 220+254+171=645 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.11% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFEAB is #230154. Grayscale: #EAEAEA. Windows color (decimal): -2294101 or 11271900. OLE color: 11271900.

HSL color Cylindrical-coordinate representation of color #DCFEAB: hue angle of 84.58º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCFEAB is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 220 254 171 -
CMYK 0.13 0 0.33 0.00
HSL 84.58º 0.98% 0.83% -
HSV(B) 84.58º 0.33% 1% -
XYZ 72.31 89.04 51.9 -
YUV 234.37 92.24 117.75 -
System Red Green Blue C M Y K H S L
Decimal 220 254 171 0.13 0 0.33 0.00 84.58 0.98 0.83
Hex DC FE AB D 0 21 0 55 62 53
Octal 334 376 253 15 0 41 0 125 142 123
Binary 11011100 11111110 10101011 1101 0 100001 0 1010101 1100010 1010011

Color Harmonies of #DCFEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFEAB

Black with #DCFEAB

Text Example


Text Example

White with #DCFEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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