#D7EFAA

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

Shades of Reef #D7EFAA

Tints of Reef #D7EFAA

Color information

#D7EFAA (or 0xD7EFAA) is unknown color: approx Reef. HEX triplet: D7, EF and AA. RGB value is (215,239,170). Sum of RGB (Red+Green+Blue) = 215+239+170=624 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.46% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #D7EFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7EFAA is #281055. Grayscale: #E0E0E0. Windows color (decimal): -2625622 or 11202519. OLE color: 11202519.

HSL color Cylindrical-coordinate representation of color #D7EFAA: hue angle of 80.87º 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 #D7EFAA is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB215239170-
CMYK0.1000.290.06
HSL80.87º68.32%80.2%-
HSV(B)80.87º28.87%93.73%-
XYZ66.1579.0849.81-
YUV223.9697.55121.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.46%
GREEN value IS 239 (93.75% from 255) = 38.30%
BLUE value IS 170 (66.80% from 255) = 27.24%
R=34.46%
G=38.30%
B=27.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2152391700.1000.290.0680.8768.3280.2
HexD7EFAAA01D6514450
Octal327357252120356121104120
Binary1101011111101111101010101010011101110101000110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EFAA; }

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

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

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

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

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

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

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

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