#DCF9AD

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

Shades of Reef #DCF9AD

Tints of Reef #DCF9AD

Color information

#DCF9AD (or 0xDCF9AD) is unknown color: approx Reef. HEX triplet: DC, F9 and AD. RGB value is (220,249,173). Sum of RGB (Red+Green+Blue) = 220+249+173=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 173 (67.97% from 255 or 26.95% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF9AD is #230652. Grayscale: #E7E7E7. Windows color (decimal): -2295379 or 11401692. OLE color: 11401692.

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

Color convert

RGB220249173-
CMYK0.1200.310.02
HSL82.89º86.36%82.75%-
HSV(B)82.89º30.52%97.65%-
XYZ70.9385.9852.39-
YUV231.6694.89119.68-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 249 (97.66% from 255) = 38.79%
BLUE value IS 173 (67.97% from 255) = 26.95%
R=34.27%
G=38.79%
B=26.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202491730.1200.310.0282.8986.3682.75
HexDCF9ADC01F2535653
Octal334371255140372123126123
Binary110111001111100110101101110001111110101001110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF9AD; }

 p { color: rgb(220,249,173); }

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

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

 a { background-color: rgb(220,249,173); }

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

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

 span { border-color: rgb(220,249,173); }

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