#D1FAAC

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

Shades of Reef #D1FAAC

Tints of Reef #D1FAAC

Color information

#D1FAAC (or 0xD1FAAC) is unknown color: approx Reef. HEX triplet: D1, FA and AC. RGB value is (209,250,172). Sum of RGB (Red+Green+Blue) = 209+250+172=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FAAC is #2E0553. Grayscale: #E5E5E5. Windows color (decimal): -3016020 or 11336401. OLE color: 11336401.

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

Color convert

RGB209250172-
CMYK0.1600.310.02
HSL91.54º88.64%82.75%-
HSV(B)91.54º31.2%98.04%-
XYZ67.9384.9151.84-
YUV228.8595.92113.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.12%
GREEN value IS 250 (98.05% from 255) = 39.62%
BLUE value IS 172 (67.58% from 255) = 27.26%
R=33.12%
G=39.62%
B=27.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092501720.1600.310.0291.5488.6482.75
HexD1FAAC1001F25c5953
Octal321372254200372134131123
Binary1101000111111010101011001000001111110101110010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FAAC; }

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

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

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

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

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

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

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

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