Html Css Color HEX #DEE083 Primrose

📋 copy color: '#DEE083'

red 222 ◦ green 224 ◦ blue 131

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

Shades of Primrose #DEE083

Tints of Primrose #DEE083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.7%

R = 38.47%
G = 38.82%
B = 22.7%

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

#DEE083 (or 0xDEE083) is known color: Primrose. HEX triplet: DE, E0 and 83. RGB value is (222,224,131). Sum of RGB (Red+Green+Blue) = 222+224+131=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 224 (87.89% from 255 or 38.82% from 577); Blue value is 131 (51.56% from 255 or 22.70% from 577); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE083 is #211F7C. Grayscale: #D5D5D5. Windows color (decimal): -2170749 or 8642782. OLE color: 8642782.

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

Color convert

RGB 222 224 131 -
CMYK 0.01 0 0.42 0.12
HSL 61.29º 0.6% 0.7% -
HSV(B) 61.29º 0.42% 0.88% -
XYZ 60.88 70.48 31.87 -
YUV 212.8 81.84 134.56 -
System Red Green Blue C M Y K H S L
Decimal 222 224 131 0.01 0 0.42 0.12 61.29 0.6 0.7
Hex DE E0 83 1 0 2A C 3D 3C 46
Octal 336 340 203 1 0 52 14 75 74 106
Binary 11011110 11100000 10000011 1 0 101010 1100 111101 111100 1000110

Color Harmonies of #DEE083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE083

Black with #DEE083

Text Example


Text Example

White with #DEE083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE083; }

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

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

background-color css

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

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

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

border-color css

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

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

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