#DEE48A

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

Shades of Primrose #DEE48A

Tints of Primrose #DEE48A

Color information

#DEE48A (or 0xDEE48A) is unknown color: approx Primrose. HEX triplet: DE, E4 and 8A. RGB value is (222,228,138). Sum of RGB (Red+Green+Blue) = 222+228+138=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 138 (54.30% from 255 or 23.47% from 588); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE48A is #211B75. Grayscale: #D8D8D8. Windows color (decimal): -2169718 or 9102558. OLE color: 9102558.

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

Color convert

RGB222228138-
CMYK0.0300.390.11
HSL64º62.5%71.76%-
HSV(B)64º39.47%89.41%-
XYZ62.4672.8534.81-
YUV215.9584.01132.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.76%
GREEN value IS 228 (89.45% from 255) = 38.78%
BLUE value IS 138 (54.30% from 255) = 23.47%
R=37.76%
G=38.78%
B=23.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222281380.0300.390.116462.571.76
HexDEE48A3027B403e48
Octal33634421230471310076110
Binary110111101110010010001010110100111101110000001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE48A; }

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

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

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

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

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

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

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

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