#D6E298

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

Shades of Reef #D6E298

Tints of Reef #D6E298

Color information

#D6E298 (or 0xD6E298) is unknown color: approx Reef. HEX triplet: D6, E2 and 98. RGB value is (214,226,152). Sum of RGB (Red+Green+Blue) = 214+226+152=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 226 (88.67% from 255 or 38.18% from 592); Blue value is 152 (59.77% from 255 or 25.68% from 592); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E298 is #291D67. Grayscale: #D6D6D6. Windows color (decimal): -2694504 or 10019542. OLE color: 10019542.

HSL color Cylindrical-coordinate representation of color #D6E298: hue angle of 69.73º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6E298 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB214226152-
CMYK0.0500.330.11
HSL69.73º56.06%74.12%-
HSV(B)69.73º32.74%88.63%-
XYZ60.670.9640.21-
YUV213.9893.02128.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.15%
GREEN value IS 226 (88.67% from 255) = 38.18%
BLUE value IS 152 (59.77% from 255) = 25.68%
R=36.15%
G=38.18%
B=25.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142261520.0500.330.1169.7356.0674.12
HexD6E2985021B46384a
Octal32634223050411310670112
Binary1101011011100010100110001010100001101110001101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E298; }

 p { color: rgb(214,226,152); }

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

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

 a { background-color: rgb(214,226,152); }

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

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

 span { border-color: rgb(214,226,152); }

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