Html Css Color HEX #DEE388 Primrose

📋 copy color: '#DEE388'

red 222 ◦ green 227 ◦ blue 136

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

Shades of Primrose #DEE388

Tints of Primrose #DEE388

RGB

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

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

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

R = 37.95%
G = 38.8%
B = 23.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#DEE388 (or 0xDEE388) is known color: Primrose. HEX triplet: DE, E3 and 88. RGB value is (222,227,136). Sum of RGB (Red+Green+Blue) = 222+227+136=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 136 (53.52% from 255 or 23.25% from 585); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE388 is #211C77. Grayscale: #D7D7D7. Windows color (decimal): -2169976 or 8971230. OLE color: 8971230.

HSL color Cylindrical-coordinate representation of color #DEE388: hue angle of 63.3º degrees, saturation: 0.62, 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 #DEE388 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 227 136 -
CMYK 0.02 0 0.40 0.11
HSL 63.3º 0.62% 0.71% -
HSV(B) 63.3º 0.4% 0.89% -
XYZ 62.04 72.25 33.97 -
YUV 215.13 83.34 132.9 -
System Red Green Blue C M Y K H S L
Decimal 222 227 136 0.02 0 0.40 0.11 63.3 0.62 0.71
Hex DE E3 88 2 0 28 B 3F 3E 47
Octal 336 343 210 2 0 50 13 77 76 107
Binary 11011110 11100011 10001000 10 0 101000 1011 111111 111110 1000111

Color Harmonies of #DEE388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE388

Black with #DEE388

Text Example


Text Example

White with #DEE388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE388; }

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

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

background-color css

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

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

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

border-color css

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

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

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