Html Css Color HEX #DEE988 Primrose

📋 copy color: '#DEE988'

red 222 ◦ green 233 ◦ blue 136

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

Shades of Primrose #DEE988

Tints of Primrose #DEE988

RGB

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

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

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

R = 37.56%
G = 39.42%
B = 23.01%

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

#DEE988 (or 0xDEE988) is known color: Primrose. HEX triplet: DE, E9 and 88. RGB value is (222,233,136). Sum of RGB (Red+Green+Blue) = 222+233+136=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 233 (91.41% from 255 or 39.42% from 591); Blue value is 136 (53.52% from 255 or 23.01% from 591); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE988 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE988 is #211677. Grayscale: #DBDBDB. Windows color (decimal): -2168440 or 8972766. OLE color: 8972766.

HSL color Cylindrical-coordinate representation of color #DEE988: hue angle of 66.8º 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 #DEE988 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 233 136 -
CMYK 0.05 0 0.42 0.09
HSL 66.8º 0.69% 0.72% -
HSV(B) 66.8º 0.42% 0.91% -
XYZ 63.71 75.59 34.52 -
YUV 218.65 81.36 130.39 -
System Red Green Blue C M Y K H S L
Decimal 222 233 136 0.05 0 0.42 0.09 66.8 0.69 0.72
Hex DE E9 88 5 0 2A 9 43 45 48
Octal 336 351 210 5 0 52 11 103 105 110
Binary 11011110 11101001 10001000 101 0 101010 1001 1000011 1000101 1001000

Color Harmonies of #DEE988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE988

Black with #DEE988

Text Example


Text Example

White with #DEE988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE988; }

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

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

background-color css

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

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

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

border-color css

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

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

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