Html Css Color HEX #DEE493 Primrose

📋 copy color: '#DEE493'

red 222 ◦ green 228 ◦ blue 147

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

Shades of Primrose #DEE493

Tints of Primrose #DEE493

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.19%

 BLUE value IS 147 (57.81% from 255) = 24.62%

R = 37.19%
G = 38.19%
B = 24.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#DEE493 (or 0xDEE493) is known color: Primrose. HEX triplet: DE, E4 and 93. RGB value is (222,228,147). Sum of RGB (Red+Green+Blue) = 222+228+147=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 228 (89.45% from 255 or 38.19% from 597); Blue value is 147 (57.81% from 255 or 24.62% from 597); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE493 is #211B6C. Grayscale: #D9D9D9. Windows color (decimal): -2169709 or 9692382. OLE color: 9692382.

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

Color convert

RGB 222 228 147 -
CMYK 0.03 0 0.36 0.11
HSL 64.44º 0.6% 0.74% -
HSV(B) 64.44º 0.36% 0.89% -
XYZ 63.13 73.12 38.39 -
YUV 216.97 88.51 131.59 -
System Red Green Blue C M Y K H S L
Decimal 222 228 147 0.03 0 0.36 0.11 64.44 0.6 0.74
Hex DE E4 93 3 0 24 B 40 3C 4A
Octal 336 344 223 3 0 44 13 100 74 112
Binary 11011110 11100100 10010011 11 0 100100 1011 1000000 111100 1001010

Color Harmonies of #DEE493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE493

Black with #DEE493

Text Example


Text Example

White with #DEE493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE493; }

 p { color: rgb(222,228,147); }

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

background-color css

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

 a { background-color: rgb(222,228,147); }

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

border-color css

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

 span { border-color: rgb(222,228,147); }

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