#DCFAB1

Color #DCFAB1 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DCFAB1

Tints of Reef #DCFAB1

Color information

#DCFAB1 (or 0xDCFAB1) is unknown color: approx 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

RGB220250177-
CMYK0.1200.290.02
HSL84.66º87.95%83.73%-
HSV(B)84.66º29.2%98.04%-
XYZ71.6486.7654.57-
YUV232.7196.56118.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.00%
GREEN value IS 250 (98.05% from 255) = 38.64%
BLUE value IS 177 (69.53% from 255) = 27.36%
R=34.00%
G=38.64%
B=27.36%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202501770.1200.290.0284.6687.9583.73
HexDCFAB1C01D2555854
Octal334372261140352125130124
Binary110111001111101010110001110001110110101010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>