#D3F3AE

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

Shades of Reef #D3F3AE

Tints of Reef #D3F3AE

Color information

#D3F3AE (or 0xD3F3AE) is unknown color: approx Reef. HEX triplet: D3, F3 and AE. RGB value is (211,243,174). Sum of RGB (Red+Green+Blue) = 211+243+174=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #D3F3AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F3AE is #2C0C51. Grayscale: #E1E1E1. Windows color (decimal): -2886738 or 11465683. OLE color: 11465683.

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

Color convert

RGB211243174-
CMYK0.1300.280.05
HSL87.83º74.19%81.76%-
HSV(B)87.83º28.4%95.29%-
XYZ66.5581.0152.17-
YUV225.5798.9117.61-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.60%
GREEN value IS 243 (95.31% from 255) = 38.69%
BLUE value IS 174 (68.36% from 255) = 27.71%
R=33.60%
G=38.69%
B=27.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2112431740.1300.280.0587.8374.1981.76
HexD3F3AED01C5584a52
Octal323363256150345130112122
Binary1101001111110011101011101101011100101101100010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F3AE; }

 p { color: rgb(211,243,174); }

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

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

 a { background-color: rgb(211,243,174); }

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

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

 span { border-color: rgb(211,243,174); }

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