#D3FCA5

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

Shades of Reef #D3FCA5

Tints of Reef #D3FCA5

Color information

#D3FCA5 (or 0xD3FCA5) is unknown color: approx Reef. HEX triplet: D3, FC and A5. RGB value is (211,252,165). Sum of RGB (Red+Green+Blue) = 211+252+165=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 165 (64.84% from 255 or 26.27% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FCA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FCA5 is #2C035A. Grayscale: #E6E6E6. Windows color (decimal): -2884443 or 10878163. OLE color: 10878163.

HSL color Cylindrical-coordinate representation of color #D3FCA5: hue angle of 88.28º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D3FCA5 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB211252165-
CMYK0.1600.350.01
HSL88.28º93.55%81.76%-
HSV(B)88.28º34.52%98.82%-
XYZ68.4786.1948.62-
YUV229.8291.42114.57-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.60%
GREEN value IS 252 (98.83% from 255) = 40.13%
BLUE value IS 165 (64.84% from 255) = 26.27%
R=33.60%
G=40.13%
B=26.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2112521650.1600.350.0188.2893.5581.76
HexD3FCA5100231585e52
Octal323374245200431130136122
Binary1101001111111100101001011000001000111101100010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FCA5; }

 p { color: rgb(211,252,165); }

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

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

 a { background-color: rgb(211,252,165); }

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

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

 span { border-color: rgb(211,252,165); }

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