#DEE390

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

Shades of Primrose #DEE390

Tints of Primrose #DEE390

Color information

#DEE390 (or 0xDEE390) is unknown color: approx Primrose. HEX triplet: DE, E3 and 90. RGB value is (222,227,144). Sum of RGB (Red+Green+Blue) = 222+227+144=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 227 (89.06% from 255 or 38.28% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE390 is #211C6F. Grayscale: #D8D8D8. Windows color (decimal): -2169968 or 9495518. OLE color: 9495518.

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

Color convert

RGB222227144-
CMYK0.0200.370.11
HSL63.61º59.71%72.75%-
HSV(B)63.61º36.56%89.02%-
XYZ62.6372.4837.08-
YUV216.0487.34132.25-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 227 (89.06% from 255) = 38.28%
BLUE value IS 144 (56.64% from 255) = 24.28%
R=37.44%
G=38.28%
B=24.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222271440.0200.370.1163.6159.7172.75
HexDEE3902025B403c49
Octal33634322020451310074111
Binary110111101110001110010000100100101101110000001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE390; }

 p { color: rgb(222,227,144); }

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

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

 a { background-color: rgb(222,227,144); }

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

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

 span { border-color: rgb(222,227,144); }

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