Html Css Color HEX #DEE295 Primrose

📋 copy color: '#DEE295'

red 222 ◦ green 226 ◦ blue 149

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

Shades of Primrose #DEE295

Tints of Primrose #DEE295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 24.96%

R = 37.19%
G = 37.86%
B = 24.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#DEE295 (or 0xDEE295) is known color: Primrose. HEX triplet: DE, E2 and 95. RGB value is (222,226,149). Sum of RGB (Red+Green+Blue) = 222+226+149=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE295 is #211D6A. Grayscale: #D8D8D8. Windows color (decimal): -2170219 or 9822942. OLE color: 9822942.

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

Color convert

RGB 222 226 149 -
CMYK 0.02 0 0.34 0.11
HSL 63.12º 0.57% 0.74% -
HSV(B) 63.12º 0.34% 0.89% -
XYZ 62.75 72.09 39.04 -
YUV 216.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 222 226 149 0.02 0 0.34 0.11 63.12 0.57 0.74
Hex DE E2 95 2 0 22 B 3F 39 4A
Octal 336 342 225 2 0 42 13 77 71 112
Binary 11011110 11100010 10010101 10 0 100010 1011 111111 111001 1001010

Color Harmonies of #DEE295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE295

Black with #DEE295

Text Example


Text Example

White with #DEE295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE295; }

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

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

background-color css

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

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

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

border-color css

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

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

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