#D6EFAD

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

Shades of Reef #D6EFAD

Tints of Reef #D6EFAD

Color information

#D6EFAD (or 0xD6EFAD) is unknown color: approx Reef. HEX triplet: D6, EF and AD. RGB value is (214,239,173). Sum of RGB (Red+Green+Blue) = 214+239+173=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EFAD is #291052. Grayscale: #E0E0E0. Windows color (decimal): -2691155 or 11399126. OLE color: 11399126.

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

Color convert

RGB214239173-
CMYK0.1000.280.06
HSL82.73º67.35%80.78%-
HSV(B)82.73º27.62%93.73%-
XYZ66.1479.0551.31-
YUV22499.22120.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.19%
GREEN value IS 239 (93.75% from 255) = 38.18%
BLUE value IS 173 (67.97% from 255) = 27.64%
R=34.19%
G=38.18%
B=27.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142391730.1000.280.0682.7367.3580.78
HexD6EFADA01C6534351
Octal326357255120346123103121
Binary1101011011101111101011011010011100110101001110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EFAD; }

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

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

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

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

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

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

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

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