#DEE295

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

Shades of Primrose #DEE295

Tints of Primrose #DEE295

Color information

#DEE295 (or 0xDEE295) is unknown color: approx Primrose. HEX triplet: DE, E2 and 95. RGB value is (222,226,149). Sum of RGB (Red+Green+Blue) = 222+226+149=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE295 is #211D6A. Grayscale: #D8D8D8. Windows color (decimal): -2170219 or 9822942. OLE color: 9822942.

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

Color convert

RGB222226149-
CMYK0.0200.340.11
HSL63.12º57.04%73.53%-
HSV(B)63.12º34.07%88.63%-
XYZ62.7572.0939.04-
YUV216.0390.17132.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.19%
GREEN value IS 226 (88.67% from 255) = 37.86%
BLUE value IS 149 (58.59% from 255) = 24.96%
R=37.19%
G=37.86%
B=24.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222261490.0200.340.1163.1257.0473.53
HexDEE2952022B3f394a
Octal3363422252042137771112
Binary11011110111000101001010110010001010111111111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE295; }

 p { color: rgb(222,226,149); }

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

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

 a { background-color: rgb(222,226,149); }

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

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

 span { border-color: rgb(222,226,149); }

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