#DFE288

Color #DFE288 Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #DFE288

Tints of Primrose #DFE288

Color information

#DFE288 (or 0xDFE288) is unknown color: approx Primrose. HEX triplet: DF, E2 and 88. RGB value is (223,226,136). Sum of RGB (Red+Green+Blue) = 223+226+136=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 226 (88.67% from 255 or 38.63% from 585); Blue value is 136 (53.52% from 255 or 23.25% from 585); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE288 is #201D77. Grayscale: #D7D7D7. Windows color (decimal): -2104696 or 8970975. OLE color: 8970975.

HSL color Cylindrical-coordinate representation of color #DFE288: hue angle of 62º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFE288 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB223226136-
CMYK0.0100.400.11
HSL62º60.81%70.98%-
HSV(B)62º39.82%88.63%-
XYZ62.0771.8633.89-
YUV214.8483.51133.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 226 (88.67% from 255) = 38.63%
BLUE value IS 136 (53.52% from 255) = 23.25%
R=38.12%
G=38.63%
B=23.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232261360.0100.400.116260.8170.98
HexDFE2881028B3e3d47
Octal3373422101050137675107
Binary1101111111100010100010001010100010111111101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE288; }

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

 H1.HeaderClassName
 {
   color: #DFE288;
 }
 .AnyTagClassName
 {
   color: #DFE288;
 }
</style>
background-color css

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

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

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

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

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

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