#D8E690

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

Shades of Primrose #D8E690

Tints of Primrose #D8E690

Color information

#D8E690 (or 0xD8E690) is unknown color: approx Primrose. HEX triplet: D8, E6 and 90. RGB value is (216,230,144). Sum of RGB (Red+Green+Blue) = 216+230+144=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 144 (56.64% from 255 or 24.41% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #D8E690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8E690 is #27196F. Grayscale: #D8D8D8. Windows color (decimal): -2562416 or 9496280. OLE color: 9496280.

HSL color Cylindrical-coordinate representation of color #D8E690: hue angle of 69.77º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D8E690 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB216230144-
CMYK0.0600.370.10
HSL69.77º63.24%73.33%-
HSV(B)69.77º37.39%90.2%-
XYZ61.6573.2137.27-
YUV216.0187.36127.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.61%
GREEN value IS 230 (90.23% from 255) = 38.98%
BLUE value IS 144 (56.64% from 255) = 24.41%
R=36.61%
G=38.98%
B=24.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2162301440.0600.370.1069.7763.2473.33
HexD8E6906025A463f49
Octal33034622060451210677111
Binary1101100011100110100100001100100101101010001101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E690; }

 p { color: rgb(216,230,144); }

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

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

 a { background-color: rgb(216,230,144); }

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

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

 span { border-color: rgb(216,230,144); }

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