#D3E294

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

Shades of Reef #D3E294

Tints of Reef #D3E294

Color information

#D3E294 (or 0xD3E294) is unknown color: approx Reef. HEX triplet: D3, E2 and 94. RGB value is (211,226,148). Sum of RGB (Red+Green+Blue) = 211+226+148=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 148 (58.20% from 255 or 25.30% from 585); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E294 is #2C1D6B. Grayscale: #D4D4D4. Windows color (decimal): -2891116 or 9757395. OLE color: 9757395.

HSL color Cylindrical-coordinate representation of color #D3E294: hue angle of 71.54º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D3E294 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB211226148-
CMYK0.0700.350.11
HSL71.54º57.35%73.33%-
HSV(B)71.54º34.51%88.63%-
XYZ59.4170.3838.47-
YUV212.6291.53126.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.07%
GREEN value IS 226 (88.67% from 255) = 38.63%
BLUE value IS 148 (58.20% from 255) = 25.30%
R=36.07%
G=38.63%
B=25.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2112261480.0700.350.1171.5457.3573.33
HexD3E2947023B483949
Octal32334222470431311071111
Binary1101001111100010100101001110100011101110010001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E294; }

 p { color: rgb(211,226,148); }

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

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

 a { background-color: rgb(211,226,148); }

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

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

 span { border-color: rgb(211,226,148); }

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