Html Css Color HEX #DEE187 Primrose

📋 copy color: '#DEE187'

red 222 ◦ green 225 ◦ blue 135

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

Shades of Primrose #DEE187

Tints of Primrose #DEE187

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.66%

 BLUE value IS 135 (53.13% from 255) = 23.2%

R = 38.14%
G = 38.66%
B = 23.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.4

 K value IS 0.12

RGB Variations

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

Color information

#DEE187 (or 0xDEE187) is known color: Primrose. HEX triplet: DE, E1 and 87. RGB value is (222,225,135). Sum of RGB (Red+Green+Blue) = 222+225+135=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 135 (53.12% from 255 or 23.20% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE187 is #211E78. Grayscale: #D6D6D6. Windows color (decimal): -2170489 or 8905182. OLE color: 8905182.

HSL color Cylindrical-coordinate representation of color #DEE187: hue angle of 62º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEE187 is Cyan = 0.01, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 225 135 -
CMYK 0.01 0 0.4 0.12
HSL 62º 0.6% 0.71% -
HSV(B) 62º 0.4% 0.88% -
XYZ 61.42 71.13 33.41 -
YUV 213.84 83.51 133.82 -
System Red Green Blue C M Y K H S L
Decimal 222 225 135 0.01 0 0.4 0.12 62 0.6 0.71
Hex DE E1 87 1 0 28 C 3E 3C 47
Octal 336 341 207 1 0 50 14 76 74 107
Binary 11011110 11100001 10000111 1 0 101000 1100 111110 111100 1000111

Color Harmonies of #DEE187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE187

Black with #DEE187

Text Example


Text Example

White with #DEE187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE187; }

 p { color: rgb(222,225,135); }

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

background-color css

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

 a { background-color: rgb(222,225,135); }

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

border-color css

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

 span { border-color: rgb(222,225,135); }

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