Html Css Color HEX #DEE586 Primrose

📋 copy color: '#DEE586'

red 222 ◦ green 229 ◦ blue 134

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

Shades of Primrose #DEE586

Tints of Primrose #DEE586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.91%

R = 37.95%
G = 39.15%
B = 22.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#DEE586 (or 0xDEE586) is known color: Primrose. HEX triplet: DE, E5 and 86. RGB value is (222,229,134). Sum of RGB (Red+Green+Blue) = 222+229+134=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 229 (89.84% from 255 or 39.15% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE586 is #211A79. Grayscale: #D8D8D8. Windows color (decimal): -2169466 or 8840670. OLE color: 8840670.

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

Color convert

RGB 222 229 134 -
CMYK 0.03 0 0.41 0.10
HSL 64.42º 0.65% 0.71% -
HSV(B) 64.42º 0.41% 0.9% -
XYZ 62.45 73.29 33.41 -
YUV 216.08 81.68 132.22 -
System Red Green Blue C M Y K H S L
Decimal 222 229 134 0.03 0 0.41 0.10 64.42 0.65 0.71
Hex DE E5 86 3 0 29 A 40 41 47
Octal 336 345 206 3 0 51 12 100 101 107
Binary 11011110 11100101 10000110 11 0 101001 1010 1000000 1000001 1000111

Color Harmonies of #DEE586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE586

Black with #DEE586

Text Example


Text Example

White with #DEE586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE586; }

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

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

background-color css

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

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

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

border-color css

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

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

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