#D8E48A

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

Shades of Primrose #D8E48A

Tints of Primrose #D8E48A

Color information

#D8E48A (or 0xD8E48A) is unknown color: approx Primrose. HEX triplet: D8, E4 and 8A. RGB value is (216,228,138). Sum of RGB (Red+Green+Blue) = 216+228+138=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 138 (54.30% from 255 or 23.71% from 582); Max value from RGB is 228 - color contains mainly: green. Hex color #D8E48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E48A is #271B75. Grayscale: #D6D6D6. Windows color (decimal): -2562934 or 9102552. OLE color: 9102552.

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

Color convert

RGB216228138-
CMYK0.0500.390.11
HSL68º62.5%71.76%-
HSV(B)68º39.47%89.41%-
XYZ60.6571.9234.73-
YUV214.1585.02129.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.11%
GREEN value IS 228 (89.45% from 255) = 39.18%
BLUE value IS 138 (54.30% from 255) = 23.71%
R=37.11%
G=39.18%
B=23.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2162281380.0500.390.116862.571.76
HexD8E48A5027B443e48
Octal33034421250471310476110
Binary1101100011100100100010101010100111101110001001111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E48A; }

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

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

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

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

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

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

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

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