Html Css Color HEX #DEE488 Primrose

📋 copy color: '#DEE488'

red 222 ◦ green 228 ◦ blue 136

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

Shades of Primrose #DEE488

Tints of Primrose #DEE488

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.91%

 BLUE value IS 136 (53.52% from 255) = 23.21%

R = 37.88%
G = 38.91%
B = 23.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#DEE488 (or 0xDEE488) is known color: Primrose. HEX triplet: DE, E4 and 88. RGB value is (222,228,136). Sum of RGB (Red+Green+Blue) = 222+228+136=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 136 (53.52% from 255 or 23.21% from 586); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE488 is #211B77. Grayscale: #D8D8D8. Windows color (decimal): -2169720 or 8971486. OLE color: 8971486.

HSL color Cylindrical-coordinate representation of color #DEE488: hue angle of 63.91º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEE488 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 228 136 -
CMYK 0.03 0 0.40 0.11
HSL 63.91º 0.63% 0.71% -
HSV(B) 63.91º 0.4% 0.89% -
XYZ 62.31 72.79 34.06 -
YUV 215.72 83.01 132.48 -
System Red Green Blue C M Y K H S L
Decimal 222 228 136 0.03 0 0.40 0.11 63.91 0.63 0.71
Hex DE E4 88 3 0 28 B 40 3F 47
Octal 336 344 210 3 0 50 13 100 77 107
Binary 11011110 11100100 10001000 11 0 101000 1011 1000000 111111 1000111

Color Harmonies of #DEE488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE488

Black with #DEE488

Text Example


Text Example

White with #DEE488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE488; }

 p { color: rgb(222,228,136); }

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

background-color css

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

 a { background-color: rgb(222,228,136); }

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

border-color css

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

 span { border-color: rgb(222,228,136); }

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