#D7ECAE

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

Shades of Reef #D7ECAE

Tints of Reef #D7ECAE

Color information

#D7ECAE (or 0xD7ECAE) is unknown color: approx Reef. HEX triplet: D7, EC and AE. RGB value is (215,236,174). Sum of RGB (Red+Green+Blue) = 215+236+174=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 174 (68.36% from 255 or 27.84% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #D7ECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7ECAE is #281351. Grayscale: #DEDEDE. Windows color (decimal): -2626386 or 11463895. OLE color: 11463895.

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

Color convert

RGB215236174-
CMYK0.0900.260.07
HSL80.32º62%80.39%-
HSV(B)80.32º26.27%92.55%-
XYZ65.6677.4951.54-
YUV222.65100.54122.54-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.4%
GREEN value IS 236 (92.58% from 255) = 37.76%
BLUE value IS 174 (68.36% from 255) = 27.84%
R=34.4%
G=37.76%
B=27.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2152361740.0900.260.0780.326280.39
HexD7ECAE901A7503e50
Octal32735425611032712076120
Binary110101111110110010101110100101101011110100001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7ECAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7ECAE; }

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

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

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

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

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

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

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

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