Html Css Color HEX #DEE082 Primrose

📋 copy color: '#DEE082'

red 222 ◦ green 224 ◦ blue 130

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

Shades of Primrose #DEE082

Tints of Primrose #DEE082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.57%

R = 38.54%
G = 38.89%
B = 22.57%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#DEE082 (or 0xDEE082) is known color: Primrose. HEX triplet: DE, E0 and 82. RGB value is (222,224,130). Sum of RGB (Red+Green+Blue) = 222+224+130=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 224 (87.89% from 255 or 38.89% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE082 is #211F7D. Grayscale: #D5D5D5. Windows color (decimal): -2170750 or 8577246. OLE color: 8577246.

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

Color convert

RGB 222 224 130 -
CMYK 0.01 0 0.42 0.12
HSL 61.28º 0.6% 0.69% -
HSV(B) 61.28º 0.42% 0.88% -
XYZ 60.81 70.45 31.51 -
YUV 212.69 81.34 134.64 -
System Red Green Blue C M Y K H S L
Decimal 222 224 130 0.01 0 0.42 0.12 61.28 0.6 0.69
Hex DE E0 82 1 0 2A C 3D 3C 45
Octal 336 340 202 1 0 52 14 75 74 105
Binary 11011110 11100000 10000010 1 0 101010 1100 111101 111100 1000101

Color Harmonies of #DEE082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE082

Black with #DEE082

Text Example


Text Example

White with #DEE082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE082; }

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

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

background-color css

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

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

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

border-color css

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

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

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