#D6ECAE

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

Shades of Reef #D6ECAE

Tints of Reef #D6ECAE

Color information

#D6ECAE (or 0xD6ECAE) is unknown color: approx Reef. HEX triplet: D6, EC and AE. RGB value is (214,236,174). Sum of RGB (Red+Green+Blue) = 214+236+174=624 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.29% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6ECAE is #291351. Grayscale: #DEDEDE. Windows color (decimal): -2691922 or 11463894. OLE color: 11463894.

HSL color Cylindrical-coordinate representation of color #D6ECAE: hue angle of 81.29º 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 #D6ECAE is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB214236174-
CMYK0.0900.260.07
HSL81.29º62%80.39%-
HSV(B)81.29º26.27%92.55%-
XYZ65.3777.3451.53-
YUV222.35100.71122.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.29%
GREEN value IS 236 (92.58% from 255) = 37.82%
BLUE value IS 174 (68.36% from 255) = 27.88%
R=34.29%
G=37.82%
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.07
SystemRedGreenBlueCMYKHSL
Decimal2142361740.0900.260.0781.296280.39
HexD6ECAE901A7513e50
Octal32635425611032712176120
Binary110101101110110010101110100101101011110100011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECAE; }

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

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

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

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

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

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

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

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