#DEE198

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

Shades of Primrose #DEE198

Tints of Primrose #DEE198

Color information

#DEE198 (or 0xDEE198) is unknown color: approx Primrose. HEX triplet: DE, E1 and 98. RGB value is (222,225,152). Sum of RGB (Red+Green+Blue) = 222+225+152=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 225 (88.28% from 255 or 37.56% from 599); Blue value is 152 (59.77% from 255 or 25.38% from 599); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE198 is #211E67. Grayscale: #D8D8D8. Windows color (decimal): -2170472 or 10019294. OLE color: 10019294.

HSL color Cylindrical-coordinate representation of color #DEE198: hue angle of 62.47º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEE198 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB222225152-
CMYK0.0100.320.12
HSL62.47º54.89%73.92%-
HSV(B)62.47º32.44%88.24%-
XYZ62.7271.6540.23-
YUV215.7892.01132.44-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.06%
GREEN value IS 225 (88.28% from 255) = 37.56%
BLUE value IS 152 (59.77% from 255) = 25.38%
R=37.06%
G=37.56%
B=25.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222251520.0100.320.1262.4754.8973.92
HexDEE1981020C3e374a
Octal3363412301040147667112
Binary1101111011100001100110001010000011001111101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE198; }

 p { color: rgb(222,225,152); }

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

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

 a { background-color: rgb(222,225,152); }

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

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

 span { border-color: rgb(222,225,152); }

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