Html Css Color HEX #D7E198 Primrose

📋 copy color: '#D7E198'

red 215 ◦ green 225 ◦ blue 152

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

Shades of Primrose #D7E198

Tints of Primrose #D7E198

RGB

 RED value IS 215 (84.38% from 255) = 36.32%

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

 BLUE value IS 152 (59.77% from 255) = 25.68%

R = 36.32%
G = 38.01%
B = 25.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#D7E198 (or 0xD7E198) is known color: Primrose. HEX triplet: D7, E1 and 98. RGB value is (215,225,152). Sum of RGB (Red+Green+Blue) = 215+225+152=592 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.32% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 152 (59.77% from 255 or 25.68% from 592); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E198 is #281E67. Grayscale: #D5D5D5. Windows color (decimal): -2629224 or 10019287. OLE color: 10019287.

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

Color convert

RGB 215 225 152 -
CMYK 0.04 0 0.32 0.12
HSL 68.22º 0.55% 0.74% -
HSV(B) 68.22º 0.32% 0.88% -
XYZ 60.62 70.56 40.13 -
YUV 213.69 93.19 128.94 -
System Red Green Blue C M Y K H S L
Decimal 215 225 152 0.04 0 0.32 0.12 68.22 0.55 0.74
Hex D7 E1 98 4 0 20 C 44 37 4A
Octal 327 341 230 4 0 40 14 104 67 112
Binary 11010111 11100001 10011000 100 0 100000 1100 1000100 110111 1001010

Color Harmonies of #D7E198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7E198

Black with #D7E198

Text Example


Text Example

White with #D7E198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7E198; }

 p { color: rgb(215,225,152); }

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

background-color css

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

 a { background-color: rgb(215,225,152); }

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

border-color css

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

 span { border-color: rgb(215,225,152); }

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