Html Css Color HEX #DEE291 Primrose

📋 copy color: '#DEE291'

red 222 ◦ green 226 ◦ blue 145

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

Shades of Primrose #DEE291

Tints of Primrose #DEE291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.45%

R = 37.44%
G = 38.11%
B = 24.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#DEE291 (or 0xDEE291) is known color: Primrose. HEX triplet: DE, E2 and 91. RGB value is (222,226,145). Sum of RGB (Red+Green+Blue) = 222+226+145=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 145 (57.03% from 255 or 24.45% from 593); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE291 is #211D6E. Grayscale: #D7D7D7. Windows color (decimal): -2170223 or 9560798. OLE color: 9560798.

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

Color convert

RGB 222 226 145 -
CMYK 0.02 0 0.36 0.11
HSL 62.96º 0.58% 0.73% -
HSV(B) 62.96º 0.36% 0.89% -
XYZ 62.43 71.97 37.39 -
YUV 215.57 88.17 132.59 -
System Red Green Blue C M Y K H S L
Decimal 222 226 145 0.02 0 0.36 0.11 62.96 0.58 0.73
Hex DE E2 91 2 0 24 B 3F 3A 49
Octal 336 342 221 2 0 44 13 77 72 111
Binary 11011110 11100010 10010001 10 0 100100 1011 111111 111010 1001001

Color Harmonies of #DEE291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE291

Black with #DEE291

Text Example


Text Example

White with #DEE291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE291; }

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

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

background-color css

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

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

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

border-color css

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

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

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