Html Css Color HEX #DEE38E Primrose

📋 copy color: '#DEE38E'

red 222 ◦ green 227 ◦ blue 142

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

Shades of Primrose #DEE38E

Tints of Primrose #DEE38E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.41%

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

R = 37.56%
G = 38.41%
B = 24.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#DEE38E (or 0xDEE38E) is known color: Primrose. HEX triplet: DE, E3 and 8E. RGB value is (222,227,142). Sum of RGB (Red+Green+Blue) = 222+227+142=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 227 (89.06% from 255 or 38.41% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE38E is #211C71. Grayscale: #D8D8D8. Windows color (decimal): -2169970 or 9364446. OLE color: 9364446.

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

Color convert

RGB 222 227 142 -
CMYK 0.02 0 0.37 0.11
HSL 63.53º 0.6% 0.72% -
HSV(B) 63.53º 0.37% 0.89% -
XYZ 62.48 72.42 36.28 -
YUV 215.82 86.34 132.41 -
System Red Green Blue C M Y K H S L
Decimal 222 227 142 0.02 0 0.37 0.11 63.53 0.6 0.72
Hex DE E3 8E 2 0 25 B 40 3C 48
Octal 336 343 216 2 0 45 13 100 74 110
Binary 11011110 11100011 10001110 10 0 100101 1011 1000000 111100 1001000

Color Harmonies of #DEE38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE38E

Black with #DEE38E

Text Example


Text Example

White with #DEE38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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