Html Css Color HEX #DEE484 Primrose

📋 copy color: '#DEE484'

red 222 ◦ green 228 ◦ blue 132

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

Shades of Primrose #DEE484

Tints of Primrose #DEE484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.68%

R = 38.14%
G = 39.18%
B = 22.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#DEE484 (or 0xDEE484) is known color: Primrose. HEX triplet: DE, E4 and 84. RGB value is (222,228,132). Sum of RGB (Red+Green+Blue) = 222+228+132=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 132 (51.95% from 255 or 22.68% from 582); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE484 is #211B7B. Grayscale: #D7D7D7. Windows color (decimal): -2169724 or 8709342. OLE color: 8709342.

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

Color convert

RGB 222 228 132 -
CMYK 0.03 0 0.42 0.11
HSL 63.75º 0.64% 0.71% -
HSV(B) 63.75º 0.42% 0.89% -
XYZ 62.03 72.68 32.59 -
YUV 215.26 81.01 132.81 -
System Red Green Blue C M Y K H S L
Decimal 222 228 132 0.03 0 0.42 0.11 63.75 0.64 0.71
Hex DE E4 84 3 0 2A B 40 40 47
Octal 336 344 204 3 0 52 13 100 100 107
Binary 11011110 11100100 10000100 11 0 101010 1011 1000000 1000000 1000111

Color Harmonies of #DEE484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE484

Black with #DEE484

Text Example


Text Example

White with #DEE484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE484; }

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

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

background-color css

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

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

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

border-color css

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

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

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