#D9F1AA

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

Shades of Reef #D9F1AA

Tints of Reef #D9F1AA

Color information

#D9F1AA (or 0xD9F1AA) is unknown color: approx Reef. HEX triplet: D9, F1 and AA. RGB value is (217,241,170). Sum of RGB (Red+Green+Blue) = 217+241+170=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 170 (66.80% from 255 or 27.07% from 628); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F1AA is #260E55. Grayscale: #E1E1E1. Windows color (decimal): -2494038 or 11203033. OLE color: 11203033.

HSL color Cylindrical-coordinate representation of color #D9F1AA: hue angle of 80.28º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9F1AA is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB217241170-
CMYK0.1000.290.05
HSL80.28º71.72%80.59%-
HSV(B)80.28º29.46%94.51%-
XYZ67.3380.5650.03-
YUV225.7396.55121.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.55%
GREEN value IS 241 (94.53% from 255) = 38.38%
BLUE value IS 170 (66.80% from 255) = 27.07%
R=34.55%
G=38.38%
B=27.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172411700.1000.290.0580.2871.7280.59
HexD9F1AAA01D5504851
Octal331361252120355120110121
Binary1101100111110001101010101010011101101101000010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F1AA; }

 p { color: rgb(217,241,170); }

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

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

 a { background-color: rgb(217,241,170); }

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

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

 span { border-color: rgb(217,241,170); }

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