Html Css Color HEX #DEE98A Primrose

📋 copy color: '#DEE98A'

red 222 ◦ green 233 ◦ blue 138

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

Shades of Primrose #DEE98A

Tints of Primrose #DEE98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.27%

R = 37.44%
G = 39.29%
B = 23.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#DEE98A (or 0xDEE98A) is known color: Primrose. HEX triplet: DE, E9 and 8A. RGB value is (222,233,138). Sum of RGB (Red+Green+Blue) = 222+233+138=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE98A is #211675. Grayscale: #DBDBDB. Windows color (decimal): -2168438 or 9103838. OLE color: 9103838.

HSL color Cylindrical-coordinate representation of color #DEE98A: hue angle of 66.95º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEE98A is Cyan = 0.05, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 233 138 -
CMYK 0.05 0 0.41 0.09
HSL 66.95º 0.68% 0.73% -
HSV(B) 66.95º 0.41% 0.91% -
XYZ 63.85 75.64 35.28 -
YUV 218.88 82.36 130.22 -
System Red Green Blue C M Y K H S L
Decimal 222 233 138 0.05 0 0.41 0.09 66.95 0.68 0.73
Hex DE E9 8A 5 0 29 9 43 44 49
Octal 336 351 212 5 0 51 11 103 104 111
Binary 11011110 11101001 10001010 101 0 101001 1001 1000011 1000100 1001001

Color Harmonies of #DEE98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE98A

Black with #DEE98A

Text Example


Text Example

White with #DEE98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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