#DEDB8E

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

Shades of Primrose #DEDB8E

Tints of Primrose #DEDB8E

Color information

#DEDB8E (or 0xDEDB8E) is unknown color: approx Primrose. HEX triplet: DE, DB and 8E. RGB value is (222,219,142). Sum of RGB (Red+Green+Blue) = 222+219+142=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 142 (55.86% from 255 or 24.36% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDB8E is #212471. Grayscale: #D3D3D3. Windows color (decimal): -2172018 or 9362398. OLE color: 9362398.

HSL color Cylindrical-coordinate representation of color #DEDB8E: hue angle of 57.75º 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 #DEDB8E is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB222219142-
CMYK00.010.360.13
HSL57.75º54.79%71.37%-
HSV(B)57.75º36.04%87.06%-
XYZ60.3468.1535.56-
YUV211.1288.99135.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 219 (85.94% from 255) = 37.56%
BLUE value IS 142 (55.86% from 255) = 24.36%
R=38.08%
G=37.56%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221914200.010.360.1357.7554.7971.37
HexDEDB8E0124D3a3747
Octal3363332160144157267107
Binary1101111011011011100011100110010011011110101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDB8E; }

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

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

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

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

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

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

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

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