Html Css Color HEX #DEE28D Primrose

📋 copy color: '#DEE28D'

red 222 ◦ green 226 ◦ blue 141

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

Shades of Primrose #DEE28D

Tints of Primrose #DEE28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.94%

R = 37.69%
G = 38.37%
B = 23.94%

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

#DEE28D (or 0xDEE28D) is known color: Primrose. HEX triplet: DE, E2 and 8D. RGB value is (222,226,141). Sum of RGB (Red+Green+Blue) = 222+226+141=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE28D is #211D72. Grayscale: #D7D7D7. Windows color (decimal): -2170227 or 9298654. OLE color: 9298654.

HSL color Cylindrical-coordinate representation of color #DEE28D: hue angle of 62.82º degrees, saturation: 0.59, 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 #DEE28D is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 226 141 -
CMYK 0.02 0 0.38 0.11
HSL 62.82º 0.59% 0.72% -
HSV(B) 62.82º 0.38% 0.89% -
XYZ 62.13 71.85 35.79 -
YUV 215.11 86.17 132.91 -
System Red Green Blue C M Y K H S L
Decimal 222 226 141 0.02 0 0.38 0.11 62.82 0.59 0.72
Hex DE E2 8D 2 0 26 B 3F 3B 48
Octal 336 342 215 2 0 46 13 77 73 110
Binary 11011110 11100010 10001101 10 0 100110 1011 111111 111011 1001000

Color Harmonies of #DEE28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE28D

Black with #DEE28D

Text Example


Text Example

White with #DEE28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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