#D2E08D

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

Shades of Deco #D2E08D

Tints of Deco #D2E08D

Color information

#D2E08D (or 0xD2E08D) is unknown color: approx Deco. HEX triplet: D2, E0 and 8D. RGB value is (210,224,141). Sum of RGB (Red+Green+Blue) = 210+224+141=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 141 (55.47% from 255 or 24.52% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #D2E08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E08D is #2D1F72. Grayscale: #D2D2D2. Windows color (decimal): -2957171 or 9298130. OLE color: 9298130.

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

Color convert

RGB210224141-
CMYK0.0600.370.12
HSL70.12º57.24%71.57%-
HSV(B)70.12º37.05%87.84%-
XYZ58.0468.9435.45-
YUV210.3588.86127.75-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 224 (87.89% from 255) = 38.96%
BLUE value IS 141 (55.47% from 255) = 24.52%
R=36.52%
G=38.96%
B=24.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102241410.0600.370.1270.1257.2471.57
HexD2E08D6025C463948
Octal32234021560451410671110
Binary1101001011100000100011011100100101110010001101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E08D; }

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

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

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

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

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

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

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

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