Html Css Color HEX #DEE084 Primrose

📋 copy color: '#DEE084'

red 222 ◦ green 224 ◦ blue 132

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

Shades of Primrose #DEE084

Tints of Primrose #DEE084

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.75%

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

R = 38.41%
G = 38.75%
B = 22.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#DEE084 (or 0xDEE084) is known color: Primrose. HEX triplet: DE, E0 and 84. RGB value is (222,224,132). Sum of RGB (Red+Green+Blue) = 222+224+132=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 132 (51.95% from 255 or 22.84% from 578); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE084 is #211F7B. Grayscale: #D5D5D5. Windows color (decimal): -2170748 or 8708318. OLE color: 8708318.

HSL color Cylindrical-coordinate representation of color #DEE084: hue angle of 61.3º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DEE084 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 224 132 -
CMYK 0.01 0 0.41 0.12
HSL 61.3º 0.6% 0.7% -
HSV(B) 61.3º 0.41% 0.88% -
XYZ 60.94 70.51 32.23 -
YUV 212.91 82.34 134.48 -
System Red Green Blue C M Y K H S L
Decimal 222 224 132 0.01 0 0.41 0.12 61.3 0.6 0.7
Hex DE E0 84 1 0 29 C 3D 3C 46
Octal 336 340 204 1 0 51 14 75 74 106
Binary 11011110 11100000 10000100 1 0 101001 1100 111101 111100 1000110

Color Harmonies of #DEE084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE084

Black with #DEE084

Text Example


Text Example

White with #DEE084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE084; }

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

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

background-color css

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

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

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

border-color css

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

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

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