#DEE49B

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

Shades of Primrose #DEE49B

Tints of Primrose #DEE49B

Color information

#DEE49B (or 0xDEE49B) is unknown color: approx Primrose. HEX triplet: DE, E4 and 9B. RGB value is (222,228,155). Sum of RGB (Red+Green+Blue) = 222+228+155=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE49B is #211B64. Grayscale: #DADADA. Windows color (decimal): -2169701 or 10216670. OLE color: 10216670.

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

Color convert

RGB222228155-
CMYK0.0300.320.11
HSL64.93º57.48%75.1%-
HSV(B)64.93º32.02%89.41%-
XYZ63.7873.3841.81-
YUV217.8892.51130.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.69%
GREEN value IS 228 (89.45% from 255) = 37.69%
BLUE value IS 155 (60.94% from 255) = 25.62%
R=36.69%
G=37.69%
B=25.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222281550.0300.320.1164.9357.4875.1
HexDEE49B3020B41394b
Octal33634423330401310171113
Binary110111101110010010011011110100000101110000011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE49B; }

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

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

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

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

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

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

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

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