#DEE793

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

Shades of Primrose #DEE793

Tints of Primrose #DEE793

Color information

#DEE793 (or 0xDEE793) is unknown color: approx Primrose. HEX triplet: DE, E7 and 93. RGB value is (222,231,147). Sum of RGB (Red+Green+Blue) = 222+231+147=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 147 (57.81% from 255 or 24.5% from 600); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE793 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE793 is #21186C. Grayscale: #DBDBDB. Windows color (decimal): -2168941 or 9693150. OLE color: 9693150.

HSL color Cylindrical-coordinate representation of color #DEE793: hue angle of 66.43º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEE793 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB222231147-
CMYK0.0400.360.09
HSL66.43º63.64%74.12%-
HSV(B)66.43º36.36%90.59%-
XYZ63.9774.7938.67-
YUV218.7387.52130.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37%
GREEN value IS 231 (90.62% from 255) = 38.5%
BLUE value IS 147 (57.81% from 255) = 24.5%
R=37%
G=38.5%
B=24.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222311470.0400.360.0966.4363.6474.12
HexDEE7934024942404a
Octal336347223404411102100112
Binary11011110111001111001001110001001001001100001010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE793; }

 p { color: rgb(222,231,147); }

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

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

 a { background-color: rgb(222,231,147); }

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

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

 span { border-color: rgb(222,231,147); }

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