#D6FFAD

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

Shades of Reef #D6FFAD

Tints of Reef #D6FFAD

Color information

#D6FFAD (or 0xD6FFAD) is unknown color: approx Reef. HEX triplet: D6, FF and AD. RGB value is (214,255,173). Sum of RGB (Red+Green+Blue) = 214+255+173=642 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.33% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 173 (67.97% from 255 or 26.95% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FFAD is #290052. Grayscale: #E9E9E9. Windows color (decimal): -2687059 or 11403222. OLE color: 11403222.

HSL color Cylindrical-coordinate representation of color #D6FFAD: hue angle of 90º 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 #D6FFAD is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB214255173-
CMYK0.1600.320
HSL90º100%83.92%-
HSV(B)90º32.16%100%-
XYZ71.0388.8352.94-
YUV233.3993.92114.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.33%
GREEN value IS 255 (100% from 255) = 39.72%
BLUE value IS 173 (67.97% from 255) = 26.95%
R=33.33%
G=39.72%
B=26.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142551730.1600.3209010083.92
HexD6FFAD1002005a6454
Octal326377255200400132144124
Binary1101011011111111101011011000001000000101101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FFAD; }

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

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

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

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

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

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

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

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