Html Css Color HEX #DEE594 Primrose

📋 copy color: '#DEE594'

red 222 ◦ green 229 ◦ blue 148

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

Shades of Primrose #DEE594

Tints of Primrose #DEE594

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.23%

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

R = 37.06%
G = 38.23%
B = 24.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#DEE594 (or 0xDEE594) is known color: Primrose. HEX triplet: DE, E5 and 94. RGB value is (222,229,148). Sum of RGB (Red+Green+Blue) = 222+229+148=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE594 is #211A6B. Grayscale: #D9D9D9. Windows color (decimal): -2169452 or 9758174. OLE color: 9758174.

HSL color Cylindrical-coordinate representation of color #DEE594: hue angle of 65.19º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEE594 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 222 229 148 -
CMYK 0.03 0 0.35 0.10
HSL 65.19º 0.61% 0.74% -
HSV(B) 65.19º 0.35% 0.9% -
XYZ 63.49 73.71 38.9 -
YUV 217.67 88.68 131.09 -
System Red Green Blue C M Y K H S L
Decimal 222 229 148 0.03 0 0.35 0.10 65.19 0.61 0.74
Hex DE E5 94 3 0 23 A 41 3D 4A
Octal 336 345 224 3 0 43 12 101 75 112
Binary 11011110 11100101 10010100 11 0 100011 1010 1000001 111101 1001010

Color Harmonies of #DEE594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE594

Black with #DEE594

Text Example


Text Example

White with #DEE594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE594; }

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

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

background-color css

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

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

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

border-color css

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

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

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