#D1FAAA

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

Shades of Reef #D1FAAA

Tints of Reef #D1FAAA

Color information

#D1FAAA (or 0xD1FAAA) is unknown color: approx Reef. HEX triplet: D1, FA and AA. RGB value is (209,250,170). Sum of RGB (Red+Green+Blue) = 209+250+170=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FAAA is #2E0555. Grayscale: #E4E4E4. Windows color (decimal): -3016022 or 11205329. OLE color: 11205329.

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

Color convert

RGB209250170-
CMYK0.1600.320.02
HSL90.75º88.89%82.35%-
HSV(B)90.75º32%98.04%-
XYZ67.7484.8350.83-
YUV228.6294.92114-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.23%
GREEN value IS 250 (98.05% from 255) = 39.75%
BLUE value IS 170 (66.80% from 255) = 27.03%
R=33.23%
G=39.75%
B=27.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092501700.1600.320.0290.7588.8982.35
HexD1FAAA1002025b5952
Octal321372252200402133131122
Binary11010001111110101010101010000010000010101101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FAAA; }

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

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

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

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

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

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

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

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