#D6EEAF

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

Shades of Reef #D6EEAF

Tints of Reef #D6EEAF

Color information

#D6EEAF (or 0xD6EEAF) is unknown color: approx Reef. HEX triplet: D6, EE and AF. RGB value is (214,238,175). Sum of RGB (Red+Green+Blue) = 214+238+175=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EEAF is #291150. Grayscale: #DFDFDF. Windows color (decimal): -2691409 or 11529942. OLE color: 11529942.

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

Color convert

RGB214238175-
CMYK0.1000.260.07
HSL82.86º64.95%80.98%-
HSV(B)82.86º26.47%93.33%-
XYZ66.0478.5452.24-
YUV223.64100.55121.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.13%
GREEN value IS 238 (93.36% from 255) = 37.96%
BLUE value IS 175 (68.75% from 255) = 27.91%
R=34.13%
G=37.96%
B=27.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142381750.1000.260.0782.8664.9580.98
HexD6EEAFA01A7534151
Octal326356257120327123101121
Binary1101011011101110101011111010011010111101001110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEAF; }

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

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

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

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

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

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

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

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