Html Css Color HEX #DEE18C Primrose

📋 copy color: '#DEE18C'

red 222 ◦ green 225 ◦ blue 140

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

Shades of Primrose #DEE18C

Tints of Primrose #DEE18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.85%

R = 37.82%
G = 38.33%
B = 23.85%

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

#DEE18C (or 0xDEE18C) is known color: Primrose. HEX triplet: DE, E1 and 8C. RGB value is (222,225,140). Sum of RGB (Red+Green+Blue) = 222+225+140=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 140 (55.08% from 255 or 23.85% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE18C is #211E73. Grayscale: #D6D6D6. Windows color (decimal): -2170484 or 9232862. OLE color: 9232862.

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

Color convert

RGB 222 225 140 -
CMYK 0.01 0 0.38 0.12
HSL 62.12º 0.59% 0.72% -
HSV(B) 62.12º 0.38% 0.88% -
XYZ 61.78 71.27 35.31 -
YUV 214.41 86.01 133.41 -
System Red Green Blue C M Y K H S L
Decimal 222 225 140 0.01 0 0.38 0.12 62.12 0.59 0.72
Hex DE E1 8C 1 0 26 C 3E 3B 48
Octal 336 341 214 1 0 46 14 76 73 110
Binary 11011110 11100001 10001100 1 0 100110 1100 111110 111011 1001000

Color Harmonies of #DEE18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE18C

Black with #DEE18C

Text Example


Text Example

White with #DEE18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE18C; }

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

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

background-color css

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

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

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

border-color css

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

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

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