#D1FAA3

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

Shades of Reef #D1FAA3

Tints of Reef #D1FAA3

Color information

#D1FAA3 (or 0xD1FAA3) is unknown color: approx Reef. HEX triplet: D1, FA and A3. RGB value is (209,250,163). Sum of RGB (Red+Green+Blue) = 209+250+163=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 163 (64.06% from 255 or 26.21% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FAA3 is #2E055C. Grayscale: #E4E4E4. Windows color (decimal): -3016029 or 10746577. OLE color: 10746577.

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

Color convert

RGB209250163-
CMYK0.1600.350.02
HSL88.28º89.69%80.98%-
HSV(B)88.28º34.8%98.04%-
XYZ67.0984.5747.44-
YUV227.8291.42114.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.60%
GREEN value IS 250 (98.05% from 255) = 40.19%
BLUE value IS 163 (64.06% from 255) = 26.21%
R=33.60%
G=40.19%
B=26.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092501630.1600.350.0288.2889.6980.98
HexD1FAA3100232585a51
Octal321372243200432130132121
Binary11010001111110101010001110000010001110101100010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FAA3; }

 p { color: rgb(209,250,163); }

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

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

 a { background-color: rgb(209,250,163); }

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

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

 span { border-color: rgb(209,250,163); }

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