Html Css Color HEX #DEE09C Primrose

📋 copy color: '#DEE09C'

red 222 ◦ green 224 ◦ blue 156

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

Shades of Primrose #DEE09C

Tints of Primrose #DEE09C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 25.91%

R = 36.88%
G = 37.21%
B = 25.91%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.12

RGB Variations

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

Color information

#DEE09C (or 0xDEE09C) is known color: Primrose. HEX triplet: DE, E0 and 9C. RGB value is (222,224,156). Sum of RGB (Red+Green+Blue) = 222+224+156=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 156 (61.33% from 255 or 25.91% from 602); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE09C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE09C is #211F63. Grayscale: #D7D7D7. Windows color (decimal): -2170724 or 10281182. OLE color: 10281182.

HSL color Cylindrical-coordinate representation of color #DEE09C: hue angle of 61.76º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEE09C is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB 222 224 156 -
CMYK 0.01 0 0.30 0.12
HSL 61.76º 0.52% 0.75% -
HSV(B) 61.76º 0.3% 0.88% -
XYZ 62.78 71.24 41.89 -
YUV 215.65 94.34 132.53 -
System Red Green Blue C M Y K H S L
Decimal 222 224 156 0.01 0 0.30 0.12 61.76 0.52 0.75
Hex DE E0 9C 1 0 1E C 3E 34 4B
Octal 336 340 234 1 0 36 14 76 64 113
Binary 11011110 11100000 10011100 1 0 11110 1100 111110 110100 1001011

Color Harmonies of #DEE09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE09C

Black with #DEE09C

Text Example


Text Example

White with #DEE09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE09C; }

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

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

background-color css

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

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

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

border-color css

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

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

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