#D7FAAA

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

Shades of Reef #D7FAAA

Tints of Reef #D7FAAA

Color information

#D7FAAA (or 0xD7FAAA) is unknown color: approx Reef. HEX triplet: D7, FA and AA. RGB value is (215,250,170). Sum of RGB (Red+Green+Blue) = 215+250+170=635 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.86% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 170 (66.80% from 255 or 26.77% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FAAA is #280555. Grayscale: #E6E6E6. Windows color (decimal): -2622806 or 11205335. OLE color: 11205335.

HSL color Cylindrical-coordinate representation of color #D7FAAA: hue angle of 86.25º 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 #D7FAAA is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB215250170-
CMYK0.1400.320.02
HSL86.25º88.89%82.35%-
HSV(B)86.25º32%98.04%-
XYZ69.4785.7250.91-
YUV230.4293.9117-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.86%
GREEN value IS 250 (98.05% from 255) = 39.37%
BLUE value IS 170 (66.80% from 255) = 26.77%
R=33.86%
G=39.37%
B=26.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152501700.1400.320.0286.2588.8982.35
HexD7FAAAE0202565952
Octal327372252160402126131122
Binary1101011111111010101010101110010000010101011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FAAA; }

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

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

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

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

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

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

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

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