Html Css Color HEX #DEE08E Primrose

📋 copy color: '#DEE08E'

red 222 ◦ green 224 ◦ blue 142

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

Shades of Primrose #DEE08E

Tints of Primrose #DEE08E

RGB

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

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

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

R = 37.76%
G = 38.1%
B = 24.15%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#DEE08E (or 0xDEE08E) is known color: Primrose. HEX triplet: DE, E0 and 8E. RGB value is (222,224,142). Sum of RGB (Red+Green+Blue) = 222+224+142=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 142 (55.86% from 255 or 24.15% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE08E is #211F71. Grayscale: #D6D6D6. Windows color (decimal): -2170738 or 9363678. OLE color: 9363678.

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

Color convert

RGB 222 224 142 -
CMYK 0.01 0 0.37 0.12
HSL 61.46º 0.57% 0.72% -
HSV(B) 61.46º 0.37% 0.88% -
XYZ 61.66 70.79 36.01 -
YUV 214.05 87.34 133.67 -
System Red Green Blue C M Y K H S L
Decimal 222 224 142 0.01 0 0.37 0.12 61.46 0.57 0.72
Hex DE E0 8E 1 0 25 C 3D 39 48
Octal 336 340 216 1 0 45 14 75 71 110
Binary 11011110 11100000 10001110 1 0 100101 1100 111101 111001 1001000

Color Harmonies of #DEE08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE08E

Black with #DEE08E

Text Example


Text Example

White with #DEE08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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