Html Css Color HEX #DFE494 Primrose

📋 copy color: '#DFE494'

red 223 ◦ green 228 ◦ blue 148

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

Shades of Primrose #DFE494

Tints of Primrose #DFE494

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.06%

 BLUE value IS 148 (58.2% from 255) = 24.71%

R = 37.23%
G = 38.06%
B = 24.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#DFE494 (or 0xDFE494) is known color: Primrose. HEX triplet: DF, E4 and 94. RGB value is (223,228,148). Sum of RGB (Red+Green+Blue) = 223+228+148=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE494 is #201B6B. Grayscale: #D9D9D9. Windows color (decimal): -2104172 or 9757919. OLE color: 9757919.

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

Color convert

RGB 223 228 148 -
CMYK 0.02 0 0.35 0.11
HSL 63.75º 0.6% 0.74% -
HSV(B) 63.75º 0.35% 0.89% -
XYZ 63.52 73.31 38.82 -
YUV 217.39 88.84 132 -
System Red Green Blue C M Y K H S L
Decimal 223 228 148 0.02 0 0.35 0.11 63.75 0.6 0.74
Hex DF E4 94 2 0 23 B 40 3C 4A
Octal 337 344 224 2 0 43 13 100 74 112
Binary 11011111 11100100 10010100 10 0 100011 1011 1000000 111100 1001010

Color Harmonies of #DFE494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE494

Black with #DFE494

Text Example


Text Example

White with #DFE494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE494; }

 p { color: rgb(223,228,148); }

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

background-color css

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

 a { background-color: rgb(223,228,148); }

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

border-color css

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

 span { border-color: rgb(223,228,148); }

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