#D6FFAE

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

Shades of Reef #D6FFAE

Tints of Reef #D6FFAE

Color information

#D6FFAE (or 0xD6FFAE) is unknown color: approx Reef. HEX triplet: D6, FF and AE. RGB value is (214,255,174). Sum of RGB (Red+Green+Blue) = 214+255+174=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 174 (68.36% from 255 or 27.06% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FFAE is #290051. Grayscale: #E9E9E9. Windows color (decimal): -2687058 or 11468758. OLE color: 11468758.

HSL color Cylindrical-coordinate representation of color #D6FFAE: hue angle of 90.37º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D6FFAE is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB214255174-
CMYK0.1600.320
HSL90.37º100%84.12%-
HSV(B)90.37º31.76%100%-
XYZ71.1388.8753.45-
YUV233.5194.42114.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.28%
GREEN value IS 255 (100% from 255) = 39.66%
BLUE value IS 174 (68.36% from 255) = 27.06%
R=33.28%
G=39.66%
B=27.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142551740.1600.32090.3710084.12
HexD6FFAE1002005a6454
Octal326377256200400132144124
Binary1101011011111111101011101000001000000101101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FFAE; }

 p { color: rgb(214,255,174); }

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

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

 a { background-color: rgb(214,255,174); }

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

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

 span { border-color: rgb(214,255,174); }

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