#D6EEAA

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

Shades of Reef #D6EEAA

Tints of Reef #D6EEAA

Color information

#D6EEAA (or 0xD6EEAA) is unknown color: approx Reef. HEX triplet: D6, EE and AA. RGB value is (214,238,170). Sum of RGB (Red+Green+Blue) = 214+238+170=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 170 (66.80% from 255 or 27.33% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EEAA is #291155. Grayscale: #DFDFDF. Windows color (decimal): -2691414 or 11202262. OLE color: 11202262.

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

Color convert

RGB214238170-
CMYK0.1000.290.07
HSL81.18º66.67%80%-
HSV(B)81.18º28.57%93.33%-
XYZ65.5678.3549.7-
YUV223.0798.05121.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.41%
GREEN value IS 238 (93.36% from 255) = 38.26%
BLUE value IS 170 (66.80% from 255) = 27.33%
R=34.41%
G=38.26%
B=27.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142381700.1000.290.0781.1866.6780
HexD6EEAAA01D7514350
Octal326356252120357121103120
Binary1101011011101110101010101010011101111101000110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEAA; }

 p { color: rgb(214,238,170); }

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

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

 a { background-color: rgb(214,238,170); }

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

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

 span { border-color: rgb(214,238,170); }

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