#D9EFA1

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

Shades of Reef #D9EFA1

Tints of Reef #D9EFA1

Color information

#D9EFA1 (or 0xD9EFA1) is unknown color: approx Reef. HEX triplet: D9, EF and A1. RGB value is (217,239,161). Sum of RGB (Red+Green+Blue) = 217+239+161=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 161 (63.28% from 255 or 26.09% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EFA1 is #26105E. Grayscale: #DFDFDF. Windows color (decimal): -2494559 or 10612697. OLE color: 10612697.

HSL color Cylindrical-coordinate representation of color #D9EFA1: hue angle of 76.92º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9EFA1 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB217239161-
CMYK0.0900.330.06
HSL76.92º70.91%78.43%-
HSV(B)76.92º32.64%93.73%-
XYZ65.9179.0645.5-
YUV223.5392.71123.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.17%
GREEN value IS 239 (93.75% from 255) = 38.74%
BLUE value IS 161 (63.28% from 255) = 26.09%
R=35.17%
G=38.74%
B=26.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172391610.0900.330.0676.9270.9178.43
HexD9EFA1902164d474e
Octal331357241110416115107116
Binary11011001111011111010000110010100001110100110110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EFA1; }

 p { color: rgb(217,239,161); }

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

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

 a { background-color: rgb(217,239,161); }

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

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

 span { border-color: rgb(217,239,161); }

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