Html Css Color HEX #DFE28E Primrose

📋 copy color: '#DFE28E'

red 223 ◦ green 226 ◦ blue 142

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

Shades of Primrose #DFE28E

Tints of Primrose #DFE28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.03%

R = 37.73%
G = 38.24%
B = 24.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#DFE28E (or 0xDFE28E) is known color: Primrose. HEX triplet: DF, E2 and 8E. RGB value is (223,226,142). Sum of RGB (Red+Green+Blue) = 223+226+142=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE28E is #201D71. Grayscale: #D7D7D7. Windows color (decimal): -2104690 or 9364191. OLE color: 9364191.

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

Color convert

RGB 223 226 142 -
CMYK 0.01 0 0.37 0.11
HSL 62.14º 0.59% 0.72% -
HSV(B) 62.14º 0.37% 0.89% -
XYZ 62.51 72.03 36.2 -
YUV 215.53 86.51 133.33 -
System Red Green Blue C M Y K H S L
Decimal 223 226 142 0.01 0 0.37 0.11 62.14 0.59 0.72
Hex DF E2 8E 1 0 25 B 3E 3B 48
Octal 337 342 216 1 0 45 13 76 73 110
Binary 11011111 11100010 10001110 1 0 100101 1011 111110 111011 1001000

Color Harmonies of #DFE28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE28E

Black with #DFE28E

Text Example


Text Example

White with #DFE28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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