Html Css Color HEX #DEE285 Primrose

📋 copy color: '#DEE285'

red 222 ◦ green 226 ◦ blue 133

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

Shades of Primrose #DEE285

Tints of Primrose #DEE285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.89%

R = 38.21%
G = 38.9%
B = 22.89%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#DEE285 (or 0xDEE285) is known color: Primrose. HEX triplet: DE, E2 and 85. RGB value is (222,226,133). Sum of RGB (Red+Green+Blue) = 222+226+133=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 133 (52.34% from 255 or 22.89% from 581); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE285 is #211D7A. Grayscale: #D6D6D6. Windows color (decimal): -2170235 or 8774366. OLE color: 8774366.

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

Color convert

RGB 222 226 133 -
CMYK 0.02 0 0.41 0.11
HSL 62.58º 0.62% 0.7% -
HSV(B) 62.58º 0.41% 0.89% -
XYZ 61.55 71.62 32.77 -
YUV 214.2 82.17 133.56 -
System Red Green Blue C M Y K H S L
Decimal 222 226 133 0.02 0 0.41 0.11 62.58 0.62 0.7
Hex DE E2 85 2 0 29 B 3F 3E 46
Octal 336 342 205 2 0 51 13 77 76 106
Binary 11011110 11100010 10000101 10 0 101001 1011 111111 111110 1000110

Color Harmonies of #DEE285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE285

Black with #DEE285

Text Example


Text Example

White with #DEE285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE285; }

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

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

background-color css

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

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

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

border-color css

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

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

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