Html Css Color HEX #DCFAB1 Reef

📋 copy color: '#DCFAB1'

red 220 ◦ green 250 ◦ blue 177

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

Shades of Reef #DCFAB1

Tints of Reef #DCFAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 27.36%

R = 34%
G = 38.64%
B = 27.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#DCFAB1 (or 0xDCFAB1) is known color: Reef. HEX triplet: DC, FA and B1. RGB value is (220,250,177). Sum of RGB (Red+Green+Blue) = 220+250+177=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 177 (69.53% from 255 or 27.36% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAB1 is #23054E. Grayscale: #E8E8E8. Windows color (decimal): -2295119 or 11664092. OLE color: 11664092.

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

Color convert

RGB 220 250 177 -
CMYK 0.12 0 0.29 0.02
HSL 84.66º 0.88% 0.84% -
HSV(B) 84.66º 0.29% 0.98% -
XYZ 71.64 86.76 54.57 -
YUV 232.71 96.56 118.94 -
System Red Green Blue C M Y K H S L
Decimal 220 250 177 0.12 0 0.29 0.02 84.66 0.88 0.84
Hex DC FA B1 C 0 1D 2 55 58 54
Octal 334 372 261 14 0 35 2 125 130 124
Binary 11011100 11111010 10110001 1100 0 11101 10 1010101 1011000 1010100

Color Harmonies of #DCFAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAB1

Black with #DCFAB1

Text Example


Text Example

White with #DCFAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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