Html Css Color HEX #DFE198 Primrose

📋 copy color: '#DFE198'

red 223 ◦ green 225 ◦ blue 152

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

Shades of Primrose #DFE198

Tints of Primrose #DFE198

RGB

 RED value IS 223 (87.5% from 255) = 37.17%

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

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

R = 37.17%
G = 37.5%
B = 25.33%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#DFE198 (or 0xDFE198) is known color: Primrose. HEX triplet: DF, E1 and 98. RGB value is (223,225,152). Sum of RGB (Red+Green+Blue) = 223+225+152=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 152 (59.77% from 255 or 25.33% from 600); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE198 is #201E67. Grayscale: #D8D8D8. Windows color (decimal): -2104936 or 10019295. OLE color: 10019295.

HSL color Cylindrical-coordinate representation of color #DFE198: hue angle of 61.64º 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 #DFE198 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 225 152 -
CMYK 0.01 0 0.32 0.12
HSL 61.64º 0.55% 0.74% -
HSV(B) 61.64º 0.32% 0.88% -
XYZ 63.02 71.81 40.24 -
YUV 216.08 91.84 132.94 -
System Red Green Blue C M Y K H S L
Decimal 223 225 152 0.01 0 0.32 0.12 61.64 0.55 0.74
Hex DF E1 98 1 0 20 C 3E 37 4A
Octal 337 341 230 1 0 40 14 76 67 112
Binary 11011111 11100001 10011000 1 0 100000 1100 111110 110111 1001010

Color Harmonies of #DFE198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE198

Black with #DFE198

Text Example


Text Example

White with #DFE198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE198; }

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

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

background-color css

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

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

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

border-color css

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

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

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