#DCF4AD

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

Shades of Reef #DCF4AD

Tints of Reef #DCF4AD

Color information

#DCF4AD (or 0xDCF4AD) is unknown color: approx Reef. HEX triplet: DC, F4 and AD. RGB value is (220,244,173). Sum of RGB (Red+Green+Blue) = 220+244+173=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 244 (95.70% from 255 or 38.30% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF4AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF4AD is #230B52. Grayscale: #E4E4E4. Windows color (decimal): -2296659 or 11400412. OLE color: 11400412.

HSL color Cylindrical-coordinate representation of color #DCF4AD: hue angle of 80.28º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCF4AD is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB220244173-
CMYK0.1000.290.04
HSL80.28º76.34%81.76%-
HSV(B)80.28º29.1%95.69%-
XYZ69.4182.9351.88-
YUV228.7396.55121.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 244 (95.70% from 255) = 38.30%
BLUE value IS 173 (67.97% from 255) = 27.16%
R=34.54%
G=38.30%
B=27.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202441730.1000.290.0480.2876.3481.76
HexDCF4ADA01D4504c52
Octal334364255120354120114122
Binary1101110011110100101011011010011101100101000010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF4AD; }

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

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

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

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

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

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

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

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