#D6EEAD

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

Shades of Reef #D6EEAD

Tints of Reef #D6EEAD

Color information

#D6EEAD (or 0xD6EEAD) is unknown color: approx Reef. HEX triplet: D6, EE and AD. RGB value is (214,238,173). Sum of RGB (Red+Green+Blue) = 214+238+173=625 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.24% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EEAD is #291152. Grayscale: #DFDFDF. Windows color (decimal): -2691411 or 11398870. OLE color: 11398870.

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

Color convert

RGB214238173-
CMYK0.1000.270.07
HSL82.15º65.66%80.59%-
HSV(B)82.15º27.31%93.33%-
XYZ65.8578.4651.21-
YUV223.4199.55121.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.24%
GREEN value IS 238 (93.36% from 255) = 38.08%
BLUE value IS 173 (67.97% from 255) = 27.68%
R=34.24%
G=38.08%
B=27.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142381730.1000.270.0782.1565.6680.59
HexD6EEADA01B7524251
Octal326356255120337122102121
Binary1101011011101110101011011010011011111101001010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEAD; }

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

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

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

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

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

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

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

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