Html Css Color HEX #DEE498 Primrose

📋 copy color: '#DEE498'

red 222 ◦ green 228 ◦ blue 152

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

Shades of Primrose #DEE498

Tints of Primrose #DEE498

RGB

 RED value IS 222 (87.11% from 255) = 36.88%

 GREEN value IS 228 (89.45% from 255) = 37.87%

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

R = 36.88%
G = 37.87%
B = 25.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#DEE498 (or 0xDEE498) is known color: Primrose. HEX triplet: DE, E4 and 98. RGB value is (222,228,152). Sum of RGB (Red+Green+Blue) = 222+228+152=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 152 (59.77% from 255 or 25.25% from 602); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE498 is #211B67. Grayscale: #D9D9D9. Windows color (decimal): -2169704 or 10020062. OLE color: 10020062.

HSL color Cylindrical-coordinate representation of color #DEE498: hue angle of 64.74º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEE498 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 228 152 -
CMYK 0.03 0 0.33 0.11
HSL 64.74º 0.58% 0.75% -
HSV(B) 64.74º 0.33% 0.89% -
XYZ 63.54 73.28 40.5 -
YUV 217.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 222 228 152 0.03 0 0.33 0.11 64.74 0.58 0.75
Hex DE E4 98 3 0 21 B 41 3A 4B
Octal 336 344 230 3 0 41 13 101 72 113
Binary 11011110 11100100 10011000 11 0 100001 1011 1000001 111010 1001011

Color Harmonies of #DEE498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE498

Black with #DEE498

Text Example


Text Example

White with #DEE498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE498; }

 p { color: rgb(222,228,152); }

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

background-color css

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

 a { background-color: rgb(222,228,152); }

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

border-color css

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

 span { border-color: rgb(222,228,152); }

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