Html Css Color HEX #DEE095 Primrose

📋 copy color: '#DEE095'

red 222 ◦ green 224 ◦ blue 149

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

Shades of Primrose #DEE095

Tints of Primrose #DEE095

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.65%

 BLUE value IS 149 (58.59% from 255) = 25.04%

R = 37.31%
G = 37.65%
B = 25.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#DEE095 (or 0xDEE095) is known color: Primrose. HEX triplet: DE, E0 and 95. RGB value is (222,224,149). Sum of RGB (Red+Green+Blue) = 222+224+149=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE095 is #211F6A. Grayscale: #D7D7D7. Windows color (decimal): -2170731 or 9822430. OLE color: 9822430.

HSL color Cylindrical-coordinate representation of color #DEE095: hue angle of 61.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEE095 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 224 149 -
CMYK 0.01 0 0.33 0.12
HSL 61.6º 0.55% 0.73% -
HSV(B) 61.6º 0.33% 0.88% -
XYZ 62.2 71.01 38.86 -
YUV 214.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 222 224 149 0.01 0 0.33 0.12 61.6 0.55 0.73
Hex DE E0 95 1 0 21 C 3E 37 49
Octal 336 340 225 1 0 41 14 76 67 111
Binary 11011110 11100000 10010101 1 0 100001 1100 111110 110111 1001001

Color Harmonies of #DEE095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE095

Black with #DEE095

Text Example


Text Example

White with #DEE095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE095; }

 p { color: rgb(222,224,149); }

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

background-color css

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

 a { background-color: rgb(222,224,149); }

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

border-color css

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

 span { border-color: rgb(222,224,149); }

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