Html Css Color HEX #DEE297 Primrose

📋 copy color: '#DEE297'

red 222 ◦ green 226 ◦ blue 151

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

Shades of Primrose #DEE297

Tints of Primrose #DEE297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.21%

R = 37.06%
G = 37.73%
B = 25.21%

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

#DEE297 (or 0xDEE297) is known color: Primrose. HEX triplet: DE, E2 and 97. RGB value is (222,226,151). Sum of RGB (Red+Green+Blue) = 222+226+151=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 151 (59.38% from 255 or 25.21% from 599); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE297 is #211D68. Grayscale: #D8D8D8. Windows color (decimal): -2170217 or 9954014. OLE color: 9954014.

HSL color Cylindrical-coordinate representation of color #DEE297: hue angle of 63.2º 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 #DEE297 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 226 151 -
CMYK 0.02 0 0.33 0.11
HSL 63.2º 0.56% 0.74% -
HSV(B) 63.2º 0.33% 0.89% -
XYZ 62.91 72.16 39.89 -
YUV 216.25 91.17 132.1 -
System Red Green Blue C M Y K H S L
Decimal 222 226 151 0.02 0 0.33 0.11 63.2 0.56 0.74
Hex DE E2 97 2 0 21 B 3F 38 4A
Octal 336 342 227 2 0 41 13 77 70 112
Binary 11011110 11100010 10010111 10 0 100001 1011 111111 111000 1001010

Color Harmonies of #DEE297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE297

Black with #DEE297

Text Example


Text Example

White with #DEE297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE297; }

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

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

background-color css

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

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

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

border-color css

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

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

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