#DCFDAB

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

Shades of Reef #DCFDAB

Tints of Reef #DCFDAB

Color information

#DCFDAB (or 0xDCFDAB) is unknown color: approx Reef. HEX triplet: DC, FD and AB. RGB value is (220,253,171). Sum of RGB (Red+Green+Blue) = 220+253+171=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 171 (67.19% from 255 or 26.55% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFDAB is #230254. Grayscale: #EAEAEA. Windows color (decimal): -2294357 or 11271644. OLE color: 11271644.

HSL color Cylindrical-coordinate representation of color #DCFDAB: hue angle of 84.15º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCFDAB is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB220253171-
CMYK0.1300.320.01
HSL84.15º95.35%83.14%-
HSV(B)84.15º32.41%99.22%-
XYZ71.9988.4151.8-
YUV233.7892.57118.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.16%
GREEN value IS 253 (99.22% from 255) = 39.29%
BLUE value IS 171 (67.19% from 255) = 26.55%
R=34.16%
G=39.29%
B=26.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202531710.1300.320.0184.1595.3583.14
HexDCFDABD0201545f53
Octal334375253150401124137123
Binary110111001111110110101011110101000001101010010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDAB; }

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

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

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

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

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

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

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

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