#D6E6AF

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

Shades of Reef #D6E6AF

Tints of Reef #D6E6AF

Color information

#D6E6AF (or 0xD6E6AF) is unknown color: approx Reef. HEX triplet: D6, E6 and AF. RGB value is (214,230,175). Sum of RGB (Red+Green+Blue) = 214+230+175=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6E6AF is #291950. Grayscale: #DBDBDB. Windows color (decimal): -2693457 or 11527894. OLE color: 11527894.

HSL color Cylindrical-coordinate representation of color #D6E6AF: hue angle of 77.45º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6E6AF is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB214230175-
CMYK0.0700.240.10
HSL77.45º52.38%79.41%-
HSV(B)77.45º23.91%90.2%-
XYZ63.7773.9851.48-
YUV218.95103.2124.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.57%
GREEN value IS 230 (90.23% from 255) = 37.16%
BLUE value IS 175 (68.75% from 255) = 28.27%
R=34.57%
G=37.16%
B=28.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2142301750.0700.240.1077.4552.3879.41
HexD6E6AF7018A4d344f
Octal32634625770301211564117
Binary110101101110011010101111111011000101010011011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E6AF; }

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

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

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

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

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

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

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

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