#DCF3AA

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

Shades of Reef #DCF3AA

Tints of Reef #DCF3AA

Color information

#DCF3AA (or 0xDCF3AA) is unknown color: approx Reef. HEX triplet: DC, F3 and AA. RGB value is (220,243,170). Sum of RGB (Red+Green+Blue) = 220+243+170=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 243 (95.31% from 255 or 38.39% from 633); Blue value is 170 (66.80% from 255 or 26.86% from 633); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF3AA is #230C55. Grayscale: #E4E4E4. Windows color (decimal): -2296918 or 11203548. OLE color: 11203548.

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

Color convert

RGB220243170-
CMYK0.0900.300.05
HSL78.9º75.26%80.98%-
HSV(B)78.9º30.04%95.29%-
XYZ68.8282.2250.27-
YUV227.895.38122.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 243 (95.31% from 255) = 38.39%
BLUE value IS 170 (66.80% from 255) = 26.86%
R=34.76%
G=38.39%
B=26.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202431700.0900.300.0578.975.2680.98
HexDCF3AA901E54f4b51
Octal334363252110365117113121
Binary1101110011110011101010101001011110101100111110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3AA; }

 p { color: rgb(220,243,170); }

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

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

 a { background-color: rgb(220,243,170); }

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

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

 span { border-color: rgb(220,243,170); }

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