#DCF0AD

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

Shades of Reef #DCF0AD

Tints of Reef #DCF0AD

Color information

#DCF0AD (or 0xDCF0AD) is unknown color: approx Reef. HEX triplet: DC, F0 and AD. RGB value is (220,240,173). Sum of RGB (Red+Green+Blue) = 220+240+173=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF0AD is #230F52. Grayscale: #E2E2E2. Windows color (decimal): -2297683 or 11399388. OLE color: 11399388.

HSL color Cylindrical-coordinate representation of color #DCF0AD: hue angle of 77.91º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCF0AD is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB220240173-
CMYK0.0800.280.06
HSL77.91º69.07%80.98%-
HSV(B)77.91º27.92%94.12%-
XYZ68.2280.5551.49-
YUV226.3897.87123.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 240 (94.14% from 255) = 37.91%
BLUE value IS 173 (67.97% from 255) = 27.33%
R=34.76%
G=37.91%
B=27.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202401730.0800.280.0677.9169.0780.98
HexDCF0AD801C64e4551
Octal334360255100346116105121
Binary1101110011110000101011011000011100110100111010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF0AD; }

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

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

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

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

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

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

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

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