#D7EBAE

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

Shades of Reef #D7EBAE

Tints of Reef #D7EBAE

Color information

#D7EBAE (or 0xD7EBAE) is unknown color: approx Reef. HEX triplet: D7, EB and AE. RGB value is (215,235,174). Sum of RGB (Red+Green+Blue) = 215+235+174=624 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.46% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7EBAE is #281451. Grayscale: #DEDEDE. Windows color (decimal): -2626642 or 11463639. OLE color: 11463639.

HSL color Cylindrical-coordinate representation of color #D7EBAE: hue angle of 79.67º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D7EBAE is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB215235174-
CMYK0.0900.260.08
HSL79.67º60.4%80.2%-
HSV(B)79.67º25.96%92.16%-
XYZ65.3776.9251.45-
YUV222.07100.87122.96-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.46%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 174 (68.36% from 255) = 27.88%
R=34.46%
G=37.66%
B=27.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152351740.0900.260.0879.6760.480.2
HexD7EBAE901A8503c50
Octal327353256110321012074120
Binary1101011111101011101011101001011010100010100001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBAE; }

 p { color: rgb(215,235,174); }

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

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

 a { background-color: rgb(215,235,174); }

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

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

 span { border-color: rgb(215,235,174); }

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