#D8E493

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

Shades of Primrose #D8E493

Tints of Primrose #D8E493

Color information

#D8E493 (or 0xD8E493) is unknown color: approx Primrose. HEX triplet: D8, E4 and 93. RGB value is (216,228,147). Sum of RGB (Red+Green+Blue) = 216+228+147=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 228 (89.45% from 255 or 38.58% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 228 - color contains mainly: green. Hex color #D8E493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E493 is #271B6C. Grayscale: #D7D7D7. Windows color (decimal): -2562925 or 9692376. OLE color: 9692376.

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

Color convert

RGB216228147-
CMYK0.0500.360.11
HSL68.89º60%73.53%-
HSV(B)68.89º35.53%89.41%-
XYZ61.3372.1938.31-
YUV215.1889.52128.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.55%
GREEN value IS 228 (89.45% from 255) = 38.58%
BLUE value IS 147 (57.81% from 255) = 24.87%
R=36.55%
G=38.58%
B=24.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2162281470.0500.360.1168.896073.53
HexD8E4935024B453c4a
Octal33034422350441310574112
Binary1101100011100100100100111010100100101110001011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E493; }

 p { color: rgb(216,228,147); }

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

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

 a { background-color: rgb(216,228,147); }

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

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

 span { border-color: rgb(216,228,147); }

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