Html Css Color HEX #DEE183 Primrose

📋 copy color: '#DEE183'

red 222 ◦ green 225 ◦ blue 131

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

Shades of Primrose #DEE183

Tints of Primrose #DEE183

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.93%

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

R = 38.41%
G = 38.93%
B = 22.66%

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

#DEE183 (or 0xDEE183) is known color: Primrose. HEX triplet: DE, E1 and 83. RGB value is (222,225,131). Sum of RGB (Red+Green+Blue) = 222+225+131=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 131 (51.56% from 255 or 22.66% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE183 is #211E7C. Grayscale: #D5D5D5. Windows color (decimal): -2170493 or 8643038. OLE color: 8643038.

HSL color Cylindrical-coordinate representation of color #DEE183: hue angle of 61.91º degrees, saturation: 0.61, 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 #DEE183 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 225 131 -
CMYK 0.01 0 0.42 0.12
HSL 61.91º 0.61% 0.7% -
HSV(B) 61.91º 0.42% 0.88% -
XYZ 61.15 71.02 31.96 -
YUV 213.39 81.51 134.14 -
System Red Green Blue C M Y K H S L
Decimal 222 225 131 0.01 0 0.42 0.12 61.91 0.61 0.7
Hex DE E1 83 1 0 2A C 3E 3D 46
Octal 336 341 203 1 0 52 14 76 75 106
Binary 11011110 11100001 10000011 1 0 101010 1100 111110 111101 1000110

Color Harmonies of #DEE183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE183

Black with #DEE183

Text Example


Text Example

White with #DEE183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE183; }

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

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

background-color css

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

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

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

border-color css

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

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

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