#D6EB8E

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

Shades of Reef #D6EB8E

Tints of Reef #D6EB8E

Color information

#D6EB8E (or 0xD6EB8E) is unknown color: approx Reef. HEX triplet: D6, EB and 8E. RGB value is (214,235,142). Sum of RGB (Red+Green+Blue) = 214+235+142=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EB8E is #291471. Grayscale: #DADADA. Windows color (decimal): -2692210 or 9366486. OLE color: 9366486.

HSL color Cylindrical-coordinate representation of color #D6EB8E: hue angle of 73.55º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6EB8E is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB214235142-
CMYK0.0900.400.08
HSL73.55º69.92%73.92%-
HSV(B)73.55º39.57%92.16%-
XYZ62.3275.6736.91-
YUV218.1285.04125.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.21%
GREEN value IS 235 (92.19% from 255) = 39.76%
BLUE value IS 142 (55.86% from 255) = 24.03%
R=36.21%
G=39.76%
B=24.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142351420.0900.400.0873.5569.9273.92
HexD6EB8E902884a464a
Octal3263532161105010112106112
Binary110101101110101110001110100101010001000100101010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EB8E; }

 p { color: rgb(214,235,142); }

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

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

 a { background-color: rgb(214,235,142); }

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

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

 span { border-color: rgb(214,235,142); }

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