#DCFAB2

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

Shades of Reef #DCFAB2

Tints of Reef #DCFAB2

Color information

#DCFAB2 (or 0xDCFAB2) is unknown color: approx Reef. HEX triplet: DC, FA and B2. RGB value is (220,250,178). Sum of RGB (Red+Green+Blue) = 220+250+178=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 178 (69.92% from 255 or 27.47% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFAB2 is #23054D. Grayscale: #E9E9E9. Windows color (decimal): -2295118 or 11729628. OLE color: 11729628.

HSL color Cylindrical-coordinate representation of color #DCFAB2: hue angle of 85º 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 #DCFAB2 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB220250178-
CMYK0.1200.290.02
HSL85º87.8%83.92%-
HSV(B)85º28.8%98.04%-
XYZ71.7486.855.09-
YUV232.8297.06118.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.95%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 178 (69.92% from 255) = 27.47%
R=33.95%
G=38.58%
B=27.47%

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
Decimal2202501780.1200.290.028587.883.92
HexDCFAB2C01D2555854
Octal334372262140352125130124
Binary110111001111101010110010110001110110101010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFAB2; }

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

 H1.HeaderClassName
 {
   color: #DCFAB2;
 }
 .AnyTagClassName
 {
   color: #DCFAB2;
 }
</style>
background-color css

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

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

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

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

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

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