Html Css Color HEX #DEE29D Primrose

📋 copy color: '#DEE29D'

red 222 ◦ green 226 ◦ blue 157

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

Shades of Primrose #DEE29D

Tints of Primrose #DEE29D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.95%

R = 36.69%
G = 37.36%
B = 25.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#DEE29D (or 0xDEE29D) is known color: Primrose. HEX triplet: DE, E2 and 9D. RGB value is (222,226,157). Sum of RGB (Red+Green+Blue) = 222+226+157=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 157 (61.72% from 255 or 25.95% from 605); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE29D is #211D62. Grayscale: #D9D9D9. Windows color (decimal): -2170211 or 10347230. OLE color: 10347230.

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

Color convert

RGB 222 226 157 -
CMYK 0.02 0 0.31 0.11
HSL 63.48º 0.54% 0.75% -
HSV(B) 63.48º 0.31% 0.89% -
XYZ 63.41 72.36 42.52 -
YUV 216.94 94.17 131.61 -
System Red Green Blue C M Y K H S L
Decimal 222 226 157 0.02 0 0.31 0.11 63.48 0.54 0.75
Hex DE E2 9D 2 0 1F B 3F 36 4B
Octal 336 342 235 2 0 37 13 77 66 113
Binary 11011110 11100010 10011101 10 0 11111 1011 111111 110110 1001011

Color Harmonies of #DEE29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE29D

Black with #DEE29D

Text Example


Text Example

White with #DEE29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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