#D2E083

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

Shades of Deco #D2E083

Tints of Deco #D2E083

Color information

#D2E083 (or 0xD2E083) is unknown color: approx Deco. HEX triplet: D2, E0 and 83. RGB value is (210,224,131). Sum of RGB (Red+Green+Blue) = 210+224+131=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 131 (51.56% from 255 or 23.19% from 565); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E083 is #2D1F7C. Grayscale: #D1D1D1. Windows color (decimal): -2957181 or 8642770. OLE color: 8642770.

HSL color Cylindrical-coordinate representation of color #D2E083: hue angle of 69.03º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2E083 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB210224131-
CMYK0.0600.420.12
HSL69.03º60%69.61%-
HSV(B)69.03º41.52%87.84%-
XYZ57.3368.6531.7-
YUV209.2183.86128.56-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.17%
GREEN value IS 224 (87.89% from 255) = 39.65%
BLUE value IS 131 (51.56% from 255) = 23.19%
R=37.17%
G=39.65%
B=23.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102241310.0600.420.1269.036069.61
HexD2E083602AC453c46
Octal32234020360521410574106
Binary1101001011100000100000111100101010110010001011111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E083; }

 p { color: rgb(210,224,131); }

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

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

 a { background-color: rgb(210,224,131); }

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

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

 span { border-color: rgb(210,224,131); }

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