#DCF3AB

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

Shades of Reef #DCF3AB

Tints of Reef #DCF3AB

Color information

#DCF3AB (or 0xDCF3AB) is unknown color: approx Reef. HEX triplet: DC, F3 and AB. RGB value is (220,243,171). Sum of RGB (Red+Green+Blue) = 220+243+171=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 243 (95.31% from 255 or 38.33% from 634); Blue value is 171 (67.19% from 255 or 26.97% from 634); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF3AB is #230C54. Grayscale: #E4E4E4. Windows color (decimal): -2296917 or 11269084. OLE color: 11269084.

HSL color Cylindrical-coordinate representation of color #DCF3AB: hue angle of 79.17º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCF3AB is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB220243171-
CMYK0.0900.300.05
HSL79.17º75%81.18%-
HSV(B)79.17º29.63%95.29%-
XYZ68.9282.2650.77-
YUV227.9295.88122.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 243 (95.31% from 255) = 38.33%
BLUE value IS 171 (67.19% from 255) = 26.97%
R=34.70%
G=38.33%
B=26.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202431710.0900.300.0579.177581.18
HexDCF3AB901E54f4b51
Octal334363253110365117113121
Binary1101110011110011101010111001011110101100111110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3AB; }

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

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

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

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

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

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

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

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