Html Css Color HEX #DFE186 Primrose

📋 copy color: '#DFE186'

red 223 ◦ green 225 ◦ blue 134

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

Shades of Primrose #DFE186

Tints of Primrose #DFE186

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.66%

 BLUE value IS 134 (52.73% from 255) = 23.02%

R = 38.32%
G = 38.66%
B = 23.02%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#DFE186 (or 0xDFE186) is known color: Primrose. HEX triplet: DF, E1 and 86. RGB value is (223,225,134). Sum of RGB (Red+Green+Blue) = 223+225+134=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 134 (52.73% from 255 or 23.02% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE186 is #201E79. Grayscale: #D6D6D6. Windows color (decimal): -2104954 or 8839647. OLE color: 8839647.

HSL color Cylindrical-coordinate representation of color #DFE186: hue angle of 61.32º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFE186 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 225 134 -
CMYK 0.01 0 0.40 0.12
HSL 61.32º 0.6% 0.7% -
HSV(B) 61.32º 0.4% 0.88% -
XYZ 61.66 71.26 33.06 -
YUV 214.03 82.84 134.4 -
System Red Green Blue C M Y K H S L
Decimal 223 225 134 0.01 0 0.40 0.12 61.32 0.6 0.7
Hex DF E1 86 1 0 28 C 3D 3C 46
Octal 337 341 206 1 0 50 14 75 74 106
Binary 11011111 11100001 10000110 1 0 101000 1100 111101 111100 1000110

Color Harmonies of #DFE186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE186

Black with #DFE186

Text Example


Text Example

White with #DFE186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE186; }

 p { color: rgb(223,225,134); }

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

background-color css

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

 a { background-color: rgb(223,225,134); }

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

border-color css

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

 span { border-color: rgb(223,225,134); }

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