#D8E385

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

Shades of Primrose #D8E385

Tints of Primrose #D8E385

Color information

#D8E385 (or 0xD8E385) is unknown color: approx Primrose. HEX triplet: D8, E3 and 85. RGB value is (216,227,133). Sum of RGB (Red+Green+Blue) = 216+227+133=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 133 (52.34% from 255 or 23.09% from 576); Max value from RGB is 227 - color contains mainly: green. Hex color #D8E385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E385 is #271C7A. Grayscale: #D5D5D5. Windows color (decimal): -2563195 or 8774616. OLE color: 8774616.

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

Color convert

RGB216227133-
CMYK0.0500.410.11
HSL67.02º62.67%70.59%-
HSV(B)67.02º41.41%89.02%-
XYZ60.0271.2332.78-
YUV21382.86130.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.5%
GREEN value IS 227 (89.06% from 255) = 39.41%
BLUE value IS 133 (52.34% from 255) = 23.09%
R=37.5%
G=39.41%
B=23.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2162271330.0500.410.1167.0262.6770.59
HexD8E3855029B433f47
Octal33034320550511310377107
Binary1101100011100011100001011010101001101110000111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E385; }

 p { color: rgb(216,227,133); }

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

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

 a { background-color: rgb(216,227,133); }

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

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

 span { border-color: rgb(216,227,133); }

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