Html Css Color HEX #DCFAB0 Reef

📋 copy color: '#DCFAB0'

red 220 ◦ green 250 ◦ blue 176

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

Shades of Reef #DCFAB0

Tints of Reef #DCFAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.24%

R = 34.06%
G = 38.7%
B = 27.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#DCFAB0 (or 0xDCFAB0) is known color: Reef. HEX triplet: DC, FA and B0. RGB value is (220,250,176). Sum of RGB (Red+Green+Blue) = 220+250+176=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 250 (98.05% from 255 or 38.70% from 646); Blue value is 176 (69.14% from 255 or 27.24% from 646); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAB0 is #23054F. Grayscale: #E8E8E8. Windows color (decimal): -2295120 or 11598556. OLE color: 11598556.

HSL color Cylindrical-coordinate representation of color #DCFAB0: hue angle of 84.32º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCFAB0 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 250 176 -
CMYK 0.12 0 0.30 0.02
HSL 84.32º 0.88% 0.84% -
HSV(B) 84.32º 0.3% 0.98% -
XYZ 71.54 86.72 54.04 -
YUV 232.59 96.06 119.02 -
System Red Green Blue C M Y K H S L
Decimal 220 250 176 0.12 0 0.30 0.02 84.32 0.88 0.84
Hex DC FA B0 C 0 1E 2 54 58 54
Octal 334 372 260 14 0 36 2 124 130 124
Binary 11011100 11111010 10110000 1100 0 11110 10 1010100 1011000 1010100

Color Harmonies of #DCFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAB0

Black with #DCFAB0

Text Example


Text Example

White with #DCFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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