Html Css Color HEX #DEE28C Primrose

📋 copy color: '#DEE28C'

red 222 ◦ green 226 ◦ blue 140

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

Shades of Primrose #DEE28C

Tints of Primrose #DEE28C

RGB

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

 GREEN value IS 226 (88.67% from 255) = 38.44%

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

R = 37.76%
G = 38.44%
B = 23.81%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#DEE28C (or 0xDEE28C) is known color: Primrose. HEX triplet: DE, E2 and 8C. RGB value is (222,226,140). Sum of RGB (Red+Green+Blue) = 222+226+140=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE28C is #211D73. Grayscale: #D7D7D7. Windows color (decimal): -2170228 or 9233118. OLE color: 9233118.

HSL color Cylindrical-coordinate representation of color #DEE28C: hue angle of 62.79º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEE28C is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 226 140 -
CMYK 0.02 0 0.38 0.11
HSL 62.79º 0.6% 0.72% -
HSV(B) 62.79º 0.38% 0.89% -
XYZ 62.05 71.82 35.4 -
YUV 215 85.67 132.99 -
System Red Green Blue C M Y K H S L
Decimal 222 226 140 0.02 0 0.38 0.11 62.79 0.6 0.72
Hex DE E2 8C 2 0 26 B 3F 3C 48
Octal 336 342 214 2 0 46 13 77 74 110
Binary 11011110 11100010 10001100 10 0 100110 1011 111111 111100 1001000

Color Harmonies of #DEE28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE28C

Black with #DEE28C

Text Example


Text Example

White with #DEE28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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