Html Css Color HEX #DFE294 Primrose

📋 copy color: '#DFE294'

red 223 ◦ green 226 ◦ blue 148

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

Shades of Primrose #DFE294

Tints of Primrose #DFE294

RGB

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

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

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

R = 37.35%
G = 37.86%
B = 24.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#DFE294 (or 0xDFE294) is known color: Primrose. HEX triplet: DF, E2 and 94. RGB value is (223,226,148). Sum of RGB (Red+Green+Blue) = 223+226+148=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE294 is #201D6B. Grayscale: #D8D8D8. Windows color (decimal): -2104684 or 9757407. OLE color: 9757407.

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

Color convert

RGB 223 226 148 -
CMYK 0.01 0 0.35 0.11
HSL 62.31º 0.57% 0.73% -
HSV(B) 62.31º 0.35% 0.89% -
XYZ 62.97 72.22 38.64 -
YUV 216.21 89.51 132.84 -
System Red Green Blue C M Y K H S L
Decimal 223 226 148 0.01 0 0.35 0.11 62.31 0.57 0.73
Hex DF E2 94 1 0 23 B 3E 39 49
Octal 337 342 224 1 0 43 13 76 71 111
Binary 11011111 11100010 10010100 1 0 100011 1011 111110 111001 1001001

Color Harmonies of #DFE294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE294

Black with #DFE294

Text Example


Text Example

White with #DFE294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE294; }

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

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

background-color css

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

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

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

border-color css

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

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

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