Html Css Color HEX #DEE986 Primrose

📋 copy color: '#DEE986'

red 222 ◦ green 233 ◦ blue 134

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

Shades of Primrose #DEE986

Tints of Primrose #DEE986

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.56%

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

R = 37.69%
G = 39.56%
B = 22.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#DEE986 (or 0xDEE986) is known color: Primrose. HEX triplet: DE, E9 and 86. RGB value is (222,233,134). Sum of RGB (Red+Green+Blue) = 222+233+134=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 134 (52.73% from 255 or 22.75% from 589); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE986 is #211679. Grayscale: #DADADA. Windows color (decimal): -2168442 or 8841694. OLE color: 8841694.

HSL color Cylindrical-coordinate representation of color #DEE986: hue angle of 66.67º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEE986 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 233 134 -
CMYK 0.05 0 0.42 0.09
HSL 66.67º 0.69% 0.72% -
HSV(B) 66.67º 0.42% 0.91% -
XYZ 63.57 75.53 33.78 -
YUV 218.43 80.36 130.55 -
System Red Green Blue C M Y K H S L
Decimal 222 233 134 0.05 0 0.42 0.09 66.67 0.69 0.72
Hex DE E9 86 5 0 2A 9 43 45 48
Octal 336 351 206 5 0 52 11 103 105 110
Binary 11011110 11101001 10000110 101 0 101010 1001 1000011 1000101 1001000

Color Harmonies of #DEE986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE986

Black with #DEE986

Text Example


Text Example

White with #DEE986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE986; }

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

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

background-color css

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

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

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

border-color css

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

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

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