Html Css Color HEX #DEE88E Primrose

📋 copy color: '#DEE88E'

red 222 ◦ green 232 ◦ blue 142

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

Shades of Primrose #DEE88E

Tints of Primrose #DEE88E

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.93%

 BLUE value IS 142 (55.86% from 255) = 23.83%

R = 37.25%
G = 38.93%
B = 23.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#DEE88E (or 0xDEE88E) is known color: Primrose. HEX triplet: DE, E8 and 8E. RGB value is (222,232,142). Sum of RGB (Red+Green+Blue) = 222+232+142=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 142 (55.86% from 255 or 23.83% from 596); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE88E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE88E is #211771. Grayscale: #DBDBDB. Windows color (decimal): -2168690 or 9365726. OLE color: 9365726.

HSL color Cylindrical-coordinate representation of color #DEE88E: hue angle of 66.67º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DEE88E is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 222 232 142 -
CMYK 0.04 0 0.39 0.09
HSL 66.67º 0.66% 0.73% -
HSV(B) 66.67º 0.39% 0.91% -
XYZ 63.86 75.2 36.74 -
YUV 218.75 84.69 130.32 -
System Red Green Blue C M Y K H S L
Decimal 222 232 142 0.04 0 0.39 0.09 66.67 0.66 0.73
Hex DE E8 8E 4 0 27 9 43 42 49
Octal 336 350 216 4 0 47 11 103 102 111
Binary 11011110 11101000 10001110 100 0 100111 1001 1000011 1000010 1001001

Color Harmonies of #DEE88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE88E

Black with #DEE88E

Text Example


Text Example

White with #DEE88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE88E; }

 p { color: rgb(222,232,142); }

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

background-color css

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

 a { background-color: rgb(222,232,142); }

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

border-color css

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

 span { border-color: rgb(222,232,142); }

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