#DEE693

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

Shades of Primrose #DEE693

Tints of Primrose #DEE693

Color information

#DEE693 (or 0xDEE693) is unknown color: approx Primrose. HEX triplet: DE, E6 and 93. RGB value is (222,230,147). Sum of RGB (Red+Green+Blue) = 222+230+147=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 147 (57.81% from 255 or 24.54% from 599); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE693 is #21196C. Grayscale: #DADADA. Windows color (decimal): -2169197 or 9692894. OLE color: 9692894.

HSL color Cylindrical-coordinate representation of color #DEE693: hue angle of 65.78º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEE693 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB222230147-
CMYK0.0300.360.10
HSL65.78º62.41%73.92%-
HSV(B)65.78º36.09%90.2%-
XYZ63.6974.2338.57-
YUV218.1587.85130.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.06%
GREEN value IS 230 (90.23% from 255) = 38.40%
BLUE value IS 147 (57.81% from 255) = 24.54%
R=37.06%
G=38.40%
B=24.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222301470.0300.360.1065.7862.4173.92
HexDEE6933024A423e4a
Octal33634622330441210276112
Binary110111101110011010010011110100100101010000101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE693; }

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

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

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

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

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

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

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

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