Html Css Color HEX #DEE686 Primrose

📋 copy color: '#DEE686'

red 222 ◦ green 230 ◦ blue 134

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

Shades of Primrose #DEE686

Tints of Primrose #DEE686

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.25%

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

R = 37.88%
G = 39.25%
B = 22.87%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#DEE686 (or 0xDEE686) is known color: Primrose. HEX triplet: DE, E6 and 86. RGB value is (222,230,134). Sum of RGB (Red+Green+Blue) = 222+230+134=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 134 (52.73% from 255 or 22.87% from 586); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE686 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE686 is #211979. Grayscale: #D9D9D9. Windows color (decimal): -2169210 or 8840926. OLE color: 8840926.

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

Color convert

RGB 222 230 134 -
CMYK 0.03 0 0.42 0.10
HSL 65º 0.66% 0.71% -
HSV(B) 65º 0.42% 0.9% -
XYZ 62.72 73.84 33.5 -
YUV 216.66 81.35 131.81 -
System Red Green Blue C M Y K H S L
Decimal 222 230 134 0.03 0 0.42 0.10 65 0.66 0.71
Hex DE E6 86 3 0 2A A 41 42 47
Octal 336 346 206 3 0 52 12 101 102 107
Binary 11011110 11100110 10000110 11 0 101010 1010 1000001 1000010 1000111

Color Harmonies of #DEE686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE686

Black with #DEE686

Text Example


Text Example

White with #DEE686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE686; }

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

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

background-color css

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

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

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

border-color css

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

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

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