#DEE48B

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

Shades of Primrose #DEE48B

Tints of Primrose #DEE48B

Color information

#DEE48B (or 0xDEE48B) is unknown color: approx Primrose. HEX triplet: DE, E4 and 8B. RGB value is (222,228,139). Sum of RGB (Red+Green+Blue) = 222+228+139=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE48B is #211B74. Grayscale: #D8D8D8. Windows color (decimal): -2169717 or 9168094. OLE color: 9168094.

HSL color Cylindrical-coordinate representation of color #DEE48B: hue angle of 64.04º 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 #DEE48B is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB222228139-
CMYK0.0300.390.11
HSL64.04º62.24%71.96%-
HSV(B)64.04º39.04%89.41%-
XYZ62.5372.8835.2-
YUV216.0684.51132.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.69%
GREEN value IS 228 (89.45% from 255) = 38.71%
BLUE value IS 139 (54.69% from 255) = 23.60%
R=37.69%
G=38.71%
B=23.60%

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
Decimal2222281390.0300.390.1164.0462.2471.96
HexDEE48B3027B403e48
Octal33634421330471310076110
Binary110111101110010010001011110100111101110000001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE48B; }

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

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

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

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

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

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

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

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