#D6EFAF

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

Shades of Reef #D6EFAF

Tints of Reef #D6EFAF

Color information

#D6EFAF (or 0xD6EFAF) is unknown color: approx Reef. HEX triplet: D6, EF and AF. RGB value is (214,239,175). Sum of RGB (Red+Green+Blue) = 214+239+175=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 239 (93.75% from 255 or 38.06% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EFAF is #291050. Grayscale: #E0E0E0. Windows color (decimal): -2691153 or 11530198. OLE color: 11530198.

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

Color convert

RGB214239175-
CMYK0.1000.270.06
HSL83.44º66.67%81.18%-
HSV(B)83.44º26.78%93.73%-
XYZ66.3479.1252.33-
YUV224.23100.22120.7-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.08%
GREEN value IS 239 (93.75% from 255) = 38.06%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=34.08%
G=38.06%
B=27.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142391750.1000.270.0683.4466.6781.18
HexD6EFAFA01B6534351
Octal326357257120336123103121
Binary1101011011101111101011111010011011110101001110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EFAF; }

 p { color: rgb(214,239,175); }

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

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

 a { background-color: rgb(214,239,175); }

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

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

 span { border-color: rgb(214,239,175); }

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