Html Css Color HEX #DEE794 Primrose

📋 copy color: '#DEE794'

red 222 ◦ green 231 ◦ blue 148

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

Shades of Primrose #DEE794

Tints of Primrose #DEE794

RGB

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

 GREEN value IS 231 (90.63% from 255) = 38.44%

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

R = 36.94%
G = 38.44%
B = 24.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#DEE794 (or 0xDEE794) is known color: Primrose. HEX triplet: DE, E7 and 94. RGB value is (222,231,148). Sum of RGB (Red+Green+Blue) = 222+231+148=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 231 (90.62% from 255 or 38.44% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE794 is #21186B. Grayscale: #DBDBDB. Windows color (decimal): -2168940 or 9758686. OLE color: 9758686.

HSL color Cylindrical-coordinate representation of color #DEE794: hue angle of 66.51º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEE794 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 231 148 -
CMYK 0.04 0 0.36 0.09
HSL 66.51º 0.63% 0.74% -
HSV(B) 66.51º 0.36% 0.91% -
XYZ 64.05 74.82 39.08 -
YUV 218.85 88.02 130.25 -
System Red Green Blue C M Y K H S L
Decimal 222 231 148 0.04 0 0.36 0.09 66.51 0.63 0.74
Hex DE E7 94 4 0 24 9 43 3F 4A
Octal 336 347 224 4 0 44 11 103 77 112
Binary 11011110 11100111 10010100 100 0 100100 1001 1000011 111111 1001010

Color Harmonies of #DEE794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE794

Black with #DEE794

Text Example


Text Example

White with #DEE794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE794; }

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

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

background-color css

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

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

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

border-color css

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

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

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