Html Css Color HEX #DEE18B Primrose

📋 copy color: '#DEE18B'

red 222 ◦ green 225 ◦ blue 139

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

Shades of Primrose #DEE18B

Tints of Primrose #DEE18B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 23.72%

R = 37.88%
G = 38.4%
B = 23.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#DEE18B (or 0xDEE18B) is known color: Primrose. HEX triplet: DE, E1 and 8B. RGB value is (222,225,139). Sum of RGB (Red+Green+Blue) = 222+225+139=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 139 (54.69% from 255 or 23.72% from 586); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE18B is #211E74. Grayscale: #D6D6D6. Windows color (decimal): -2170485 or 9167326. OLE color: 9167326.

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

Color convert

RGB 222 225 139 -
CMYK 0.01 0 0.38 0.12
HSL 62.09º 0.59% 0.71% -
HSV(B) 62.09º 0.38% 0.88% -
XYZ 61.71 71.24 34.93 -
YUV 214.3 85.51 133.49 -
System Red Green Blue C M Y K H S L
Decimal 222 225 139 0.01 0 0.38 0.12 62.09 0.59 0.71
Hex DE E1 8B 1 0 26 C 3E 3B 47
Octal 336 341 213 1 0 46 14 76 73 107
Binary 11011110 11100001 10001011 1 0 100110 1100 111110 111011 1000111

Color Harmonies of #DEE18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE18B

Black with #DEE18B

Text Example


Text Example

White with #DEE18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE18B; }

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

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

background-color css

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

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

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

border-color css

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

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

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