Html Css Color HEX #DEE49B Primrose

📋 copy color: '#DEE49B'

red 222 ◦ green 228 ◦ blue 155

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

Shades of Primrose #DEE49B

Tints of Primrose #DEE49B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.69%

 BLUE value IS 155 (60.94% from 255) = 25.62%

R = 36.69%
G = 37.69%
B = 25.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#DEE49B (or 0xDEE49B) is known color: Primrose. HEX triplet: DE, E4 and 9B. RGB value is (222,228,155). Sum of RGB (Red+Green+Blue) = 222+228+155=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 155 (60.94% from 255 or 25.62% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE49B is #211B64. Grayscale: #DADADA. Windows color (decimal): -2169701 or 10216670. OLE color: 10216670.

HSL color Cylindrical-coordinate representation of color #DEE49B: hue angle of 64.93º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEE49B is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 228 155 -
CMYK 0.03 0 0.32 0.11
HSL 64.93º 0.57% 0.75% -
HSV(B) 64.93º 0.32% 0.89% -
XYZ 63.78 73.38 41.81 -
YUV 217.88 92.51 130.94 -
System Red Green Blue C M Y K H S L
Decimal 222 228 155 0.03 0 0.32 0.11 64.93 0.57 0.75
Hex DE E4 9B 3 0 20 B 41 39 4B
Octal 336 344 233 3 0 40 13 101 71 113
Binary 11011110 11100100 10011011 11 0 100000 1011 1000001 111001 1001011

Color Harmonies of #DEE49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE49B

Black with #DEE49B

Text Example


Text Example

White with #DEE49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE49B; }

 p { color: rgb(222,228,155); }

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

background-color css

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

 a { background-color: rgb(222,228,155); }

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

border-color css

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

 span { border-color: rgb(222,228,155); }

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