Html Css Color HEX #DEE394 Primrose

📋 copy color: '#DEE394'

red 222 ◦ green 227 ◦ blue 148

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

Shades of Primrose #DEE394

Tints of Primrose #DEE394

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.02%

 BLUE value IS 148 (58.2% from 255) = 24.79%

R = 37.19%
G = 38.02%
B = 24.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#DEE394 (or 0xDEE394) is known color: Primrose. HEX triplet: DE, E3 and 94. RGB value is (222,227,148). Sum of RGB (Red+Green+Blue) = 222+227+148=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE394 is #211C6B. Grayscale: #D8D8D8. Windows color (decimal): -2169964 or 9757662. OLE color: 9757662.

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

Color convert

RGB 222 227 148 -
CMYK 0.02 0 0.35 0.11
HSL 63.8º 0.59% 0.74% -
HSV(B) 63.8º 0.35% 0.89% -
XYZ 62.94 72.61 38.71 -
YUV 216.5 89.34 131.92 -
System Red Green Blue C M Y K H S L
Decimal 222 227 148 0.02 0 0.35 0.11 63.8 0.59 0.74
Hex DE E3 94 2 0 23 B 40 3B 4A
Octal 336 343 224 2 0 43 13 100 73 112
Binary 11011110 11100011 10010100 10 0 100011 1011 1000000 111011 1001010

Color Harmonies of #DEE394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE394

Black with #DEE394

Text Example


Text Example

White with #DEE394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE394; }

 p { color: rgb(222,227,148); }

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

background-color css

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

 a { background-color: rgb(222,227,148); }

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

border-color css

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

 span { border-color: rgb(222,227,148); }

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