Html Css Color HEX #DEE386 Primrose

📋 copy color: '#DEE386'

red 222 ◦ green 227 ◦ blue 134

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

Shades of Primrose #DEE386

Tints of Primrose #DEE386

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.94%

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

R = 38.08%
G = 38.94%
B = 22.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#DEE386 (or 0xDEE386) is known color: Primrose. HEX triplet: DE, E3 and 86. RGB value is (222,227,134). Sum of RGB (Red+Green+Blue) = 222+227+134=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE386 is #211C79. Grayscale: #D7D7D7. Windows color (decimal): -2169978 or 8840158. OLE color: 8840158.

HSL color Cylindrical-coordinate representation of color #DEE386: hue angle of 63.23º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEE386 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 227 134 -
CMYK 0.02 0 0.41 0.11
HSL 63.23º 0.62% 0.71% -
HSV(B) 63.23º 0.41% 0.89% -
XYZ 61.9 72.19 33.23 -
YUV 214.9 82.34 133.06 -
System Red Green Blue C M Y K H S L
Decimal 222 227 134 0.02 0 0.41 0.11 63.23 0.62 0.71
Hex DE E3 86 2 0 29 B 3F 3E 47
Octal 336 343 206 2 0 51 13 77 76 107
Binary 11011110 11100011 10000110 10 0 101001 1011 111111 111110 1000111

Color Harmonies of #DEE386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE386

Black with #DEE386

Text Example


Text Example

White with #DEE386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE386; }

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

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

background-color css

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

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

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

border-color css

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

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

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