Html Css Color HEX #DEE283 Primrose

📋 copy color: '#DEE283'

red 222 ◦ green 226 ◦ blue 131

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

Shades of Primrose #DEE283

Tints of Primrose #DEE283

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.03%

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

R = 38.34%
G = 39.03%
B = 22.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#DEE283 (or 0xDEE283) is known color: Primrose. HEX triplet: DE, E2 and 83. RGB value is (222,226,131). Sum of RGB (Red+Green+Blue) = 222+226+131=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 131 (51.56% from 255 or 22.63% from 579); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE283 is #211D7C. Grayscale: #D6D6D6. Windows color (decimal): -2170237 or 8643294. OLE color: 8643294.

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

Color convert

RGB 222 226 131 -
CMYK 0.02 0 0.42 0.11
HSL 62.53º 0.62% 0.7% -
HSV(B) 62.53º 0.42% 0.89% -
XYZ 61.42 71.56 32.05 -
YUV 213.97 81.17 133.72 -
System Red Green Blue C M Y K H S L
Decimal 222 226 131 0.02 0 0.42 0.11 62.53 0.62 0.7
Hex DE E2 83 2 0 2A B 3F 3E 46
Octal 336 342 203 2 0 52 13 77 76 106
Binary 11011110 11100010 10000011 10 0 101010 1011 111111 111110 1000110

Color Harmonies of #DEE283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE283

Black with #DEE283

Text Example


Text Example

White with #DEE283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE283; }

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

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

background-color css

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

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

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

border-color css

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

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

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