Html Css Color HEX #D8E195 Primrose

📋 copy color: '#D8E195'

red 216 ◦ green 225 ◦ blue 149

#D8E195
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #D8E195

Tints of Primrose #D8E195

RGB

 RED value IS 216 (84.77% from 255) = 36.61%

 GREEN value IS 225 (88.28% from 255) = 38.14%

 BLUE value IS 149 (58.59% from 255) = 25.25%

R = 36.61%
G = 38.14%
B = 25.25%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#D8E195 (or 0xD8E195) is known color: Primrose. HEX triplet: D8, E1 and 95. RGB value is (216,225,149). Sum of RGB (Red+Green+Blue) = 216+225+149=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 149 (58.59% from 255 or 25.25% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E195 is #271E6A. Grayscale: #D5D5D5. Windows color (decimal): -2563691 or 9822680. OLE color: 9822680.

HSL color Cylindrical-coordinate representation of color #D8E195: hue angle of 67.11º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8E195 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 225 149 -
CMYK 0.04 0 0.34 0.12
HSL 67.11º 0.56% 0.73% -
HSV(B) 67.11º 0.34% 0.88% -
XYZ 60.67 70.62 38.87 -
YUV 213.65 91.52 129.68 -
System Red Green Blue C M Y K H S L
Decimal 216 225 149 0.04 0 0.34 0.12 67.11 0.56 0.73
Hex D8 E1 95 4 0 22 C 43 38 49
Octal 330 341 225 4 0 42 14 103 70 111
Binary 11011000 11100001 10010101 100 0 100010 1100 1000011 111000 1001001

Color Harmonies of #D8E195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E195

Black with #D8E195

Text Example


Text Example

White with #D8E195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E195; }

 p { color: rgb(216,225,149); }

 H1.HeaderClassName
 {
   color: #D8E195;
 }
 .AnyTagClassName
 {
   color: #D8E195;
 }
</style>

background-color css

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

 a { background-color: rgb(216,225,149); }

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

border-color css

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

 span { border-color: rgb(216,225,149); }

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