Html Css Color HEX #DEE28A Primrose

📋 copy color: '#DEE28A'

red 222 ◦ green 226 ◦ blue 138

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

Shades of Primrose #DEE28A

Tints of Primrose #DEE28A

RGB

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

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

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

R = 37.88%
G = 38.57%
B = 23.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#DEE28A (or 0xDEE28A) is known color: Primrose. HEX triplet: DE, E2 and 8A. RGB value is (222,226,138). Sum of RGB (Red+Green+Blue) = 222+226+138=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 226 (88.67% from 255 or 38.57% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE28A is #211D75. Grayscale: #D7D7D7. Windows color (decimal): -2170230 or 9102046. OLE color: 9102046.

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

Color convert

RGB 222 226 138 -
CMYK 0.02 0 0.39 0.11
HSL 62.73º 0.6% 0.71% -
HSV(B) 62.73º 0.39% 0.89% -
XYZ 61.91 71.76 34.63 -
YUV 214.77 84.67 133.16 -
System Red Green Blue C M Y K H S L
Decimal 222 226 138 0.02 0 0.39 0.11 62.73 0.6 0.71
Hex DE E2 8A 2 0 27 B 3F 3C 47
Octal 336 342 212 2 0 47 13 77 74 107
Binary 11011110 11100010 10001010 10 0 100111 1011 111111 111100 1000111

Color Harmonies of #DEE28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE28A

Black with #DEE28A

Text Example


Text Example

White with #DEE28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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