Html Css Color HEX #DFE296 Primrose

📋 copy color: '#DFE296'

red 223 ◦ green 226 ◦ blue 150

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

Shades of Primrose #DFE296

Tints of Primrose #DFE296

RGB

 RED value IS 223 (87.5% from 255) = 37.23%

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

 BLUE value IS 150 (58.98% from 255) = 25.04%

R = 37.23%
G = 37.73%
B = 25.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#DFE296 (or 0xDFE296) is known color: Primrose. HEX triplet: DF, E2 and 96. RGB value is (223,226,150). Sum of RGB (Red+Green+Blue) = 223+226+150=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE296 is #201D69. Grayscale: #D8D8D8. Windows color (decimal): -2104682 or 9888479. OLE color: 9888479.

HSL color Cylindrical-coordinate representation of color #DFE296: hue angle of 62.37º 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 #DFE296 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 226 150 -
CMYK 0.01 0 0.34 0.11
HSL 62.37º 0.57% 0.74% -
HSV(B) 62.37º 0.34% 0.89% -
XYZ 63.13 72.28 39.48 -
YUV 216.44 90.51 132.68 -
System Red Green Blue C M Y K H S L
Decimal 223 226 150 0.01 0 0.34 0.11 62.37 0.57 0.74
Hex DF E2 96 1 0 22 B 3E 39 4A
Octal 337 342 226 1 0 42 13 76 71 112
Binary 11011111 11100010 10010110 1 0 100010 1011 111110 111001 1001010

Color Harmonies of #DFE296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE296

Black with #DFE296

Text Example


Text Example

White with #DFE296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE296; }

 p { color: rgb(223,226,150); }

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

background-color css

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

 a { background-color: rgb(223,226,150); }

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

border-color css

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

 span { border-color: rgb(223,226,150); }

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