#DCF1AD

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

Shades of Reef #DCF1AD

Tints of Reef #DCF1AD

Color information

#DCF1AD (or 0xDCF1AD) is unknown color: approx Reef. HEX triplet: DC, F1 and AD. RGB value is (220,241,173). Sum of RGB (Red+Green+Blue) = 220+241+173=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF1AD is #230E52. Grayscale: #E3E3E3. Windows color (decimal): -2297427 or 11399644. OLE color: 11399644.

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

Color convert

RGB220241173-
CMYK0.0900.280.05
HSL78.53º70.83%81.18%-
HSV(B)78.53º28.22%94.51%-
XYZ68.5181.1451.59-
YUV226.9797.54123.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 241 (94.53% from 255) = 38.01%
BLUE value IS 173 (67.97% from 255) = 27.29%
R=34.70%
G=38.01%
B=27.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202411730.0900.280.0578.5370.8381.18
HexDCF1AD901C54f4751
Octal334361255110345117107121
Binary1101110011110001101011011001011100101100111110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1AD; }

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

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

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

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

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

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

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

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