Html Css Color HEX #DEE298 Primrose

📋 copy color: '#DEE298'

red 222 ◦ green 226 ◦ blue 152

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

Shades of Primrose #DEE298

Tints of Primrose #DEE298

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.67%

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

R = 37%
G = 37.67%
B = 25.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#DEE298 (or 0xDEE298) is known color: Primrose. HEX triplet: DE, E2 and 98. RGB value is (222,226,152). Sum of RGB (Red+Green+Blue) = 222+226+152=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 152 (59.77% from 255 or 25.33% from 600); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE298 is #211D67. Grayscale: #D8D8D8. Windows color (decimal): -2170216 or 10019550. OLE color: 10019550.

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

Color convert

RGB 222 226 152 -
CMYK 0.02 0 0.33 0.11
HSL 63.24º 0.56% 0.74% -
HSV(B) 63.24º 0.33% 0.89% -
XYZ 62.99 72.19 40.32 -
YUV 216.37 91.67 132.02 -
System Red Green Blue C M Y K H S L
Decimal 222 226 152 0.02 0 0.33 0.11 63.24 0.56 0.74
Hex DE E2 98 2 0 21 B 3F 38 4A
Octal 336 342 230 2 0 41 13 77 70 112
Binary 11011110 11100010 10011000 10 0 100001 1011 111111 111000 1001010

Color Harmonies of #DEE298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE298

Black with #DEE298

Text Example


Text Example

White with #DEE298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE298; }

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

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

background-color css

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

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

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

border-color css

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

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

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