#DEDD8E

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

Shades of Primrose #DEDD8E

Tints of Primrose #DEDD8E

Color information

#DEDD8E (or 0xDEDD8E) is unknown color: approx Primrose. HEX triplet: DE, DD and 8E. RGB value is (222,221,142). Sum of RGB (Red+Green+Blue) = 222+221+142=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 142 (55.86% from 255 or 24.27% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDD8E is #212271. Grayscale: #D4D4D4. Windows color (decimal): -2171506 or 9362910. OLE color: 9362910.

HSL color Cylindrical-coordinate representation of color #DEDD8E: hue angle of 59.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEDD8E is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB222221142-
CMYK00.000.360.13
HSL59.25º54.79%71.37%-
HSV(B)59.25º36.04%87.06%-
XYZ60.8669.235.74-
YUV212.2988.33134.92-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 221 (86.72% from 255) = 37.78%
BLUE value IS 142 (55.86% from 255) = 24.27%
R=37.95%
G=37.78%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222114200.000.360.1359.2554.7971.37
HexDEDD8E0024D3b3747
Octal3363352160044157367107
Binary1101111011011101100011100010010011011110111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDD8E; }

 p { color: rgb(222,221,142); }

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

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

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

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

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

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

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