Html Css Color HEX #DEE596 Primrose

📋 copy color: '#DEE596'

red 222 ◦ green 229 ◦ blue 150

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

Shades of Primrose #DEE596

Tints of Primrose #DEE596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.96%

R = 36.94%
G = 38.1%
B = 24.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.10

RGB Variations

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

Color information

#DEE596 (or 0xDEE596) is known color: Primrose. HEX triplet: DE, E5 and 96. RGB value is (222,229,150). Sum of RGB (Red+Green+Blue) = 222+229+150=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 150 (58.98% from 255 or 24.96% from 601); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE596 is #211A69. Grayscale: #DADADA. Windows color (decimal): -2169450 or 9889246. OLE color: 9889246.

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

Color convert

RGB 222 229 150 -
CMYK 0.03 0 0.34 0.10
HSL 65.32º 0.6% 0.74% -
HSV(B) 65.32º 0.34% 0.9% -
XYZ 63.65 73.77 39.74 -
YUV 217.9 89.68 130.92 -
System Red Green Blue C M Y K H S L
Decimal 222 229 150 0.03 0 0.34 0.10 65.32 0.6 0.74
Hex DE E5 96 3 0 22 A 41 3C 4A
Octal 336 345 226 3 0 42 12 101 74 112
Binary 11011110 11100101 10010110 11 0 100010 1010 1000001 111100 1001010

Color Harmonies of #DEE596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE596

Black with #DEE596

Text Example


Text Example

White with #DEE596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE596; }

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

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

background-color css

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

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

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

border-color css

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

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

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