#DEDE95

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

Shades of Primrose #DEDE95

Tints of Primrose #DEDE95

Color information

#DEDE95 (or 0xDEDE95) is unknown color: approx Primrose. HEX triplet: DE, DE and 95. RGB value is (222,222,149). Sum of RGB (Red+Green+Blue) = 222+222+149=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE95 is #21216A. Grayscale: #D5D5D5. Windows color (decimal): -2171243 or 9821918. OLE color: 9821918.

HSL color Cylindrical-coordinate representation of color #DEDE95: hue angle of 60º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEDE95 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222222149-
CMYK000.330.13
HSL60º52.52%72.75%-
HSV(B)60º32.88%87.06%-
XYZ61.6769.9438.68-
YUV213.6891.5133.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 149 (58.59% from 255) = 25.13%
R=37.44%
G=37.44%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222222149000.330.136052.5272.75
HexDEDE950021D3c3549
Octal3363362250041157465111
Binary1101111011011110100101010010000111011111001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDE95; }

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

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

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

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

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

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

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

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