#DEE48E

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

Shades of Primrose #DEE48E

Tints of Primrose #DEE48E

Color information

#DEE48E (or 0xDEE48E) is unknown color: approx Primrose. HEX triplet: DE, E4 and 8E. RGB value is (222,228,142). Sum of RGB (Red+Green+Blue) = 222+228+142=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 228 (89.45% from 255 or 38.51% from 592); Blue value is 142 (55.86% from 255 or 23.99% from 592); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE48E is #211B71. Grayscale: #D8D8D8. Windows color (decimal): -2169714 or 9364702. OLE color: 9364702.

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

Color convert

RGB222228142-
CMYK0.0300.380.11
HSL64.19º61.43%72.55%-
HSV(B)64.19º37.72%89.41%-
XYZ62.7572.9736.37-
YUV216.486.01131.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 228 (89.45% from 255) = 38.51%
BLUE value IS 142 (55.86% from 255) = 23.99%
R=37.5%
G=38.51%
B=23.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222281420.0300.380.1164.1961.4372.55
HexDEE48E3026B403d49
Octal33634421630461310075111
Binary110111101110010010001110110100110101110000001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE48E; }

 p { color: rgb(222,228,142); }

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

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

 a { background-color: rgb(222,228,142); }

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

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

 span { border-color: rgb(222,228,142); }

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