#D1EFAA

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

Shades of Reef #D1EFAA

Tints of Reef #D1EFAA

Color information

#D1EFAA (or 0xD1EFAA) is unknown color: approx Reef. HEX triplet: D1, EF and AA. RGB value is (209,239,170). Sum of RGB (Red+Green+Blue) = 209+239+170=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EFAA is #2E1055. Grayscale: #DEDEDE. Windows color (decimal): -3018838 or 11202513. OLE color: 11202513.

HSL color Cylindrical-coordinate representation of color #D1EFAA: hue angle of 86.09º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1EFAA is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB209239170-
CMYK0.1300.290.06
HSL86.09º68.32%80.2%-
HSV(B)86.09º28.87%93.73%-
XYZ64.4278.1949.73-
YUV222.1698.56118.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.82%
GREEN value IS 239 (93.75% from 255) = 38.67%
BLUE value IS 170 (66.80% from 255) = 27.51%
R=33.82%
G=38.67%
B=27.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092391700.1300.290.0686.0968.3280.2
HexD1EFAAD01D6564450
Octal321357252150356126104120
Binary1101000111101111101010101101011101110101011010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EFAA; }

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

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

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

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

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

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

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

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