#DCE298

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

Shades of Primrose #DCE298

Tints of Primrose #DCE298

Color information

#DCE298 (or 0xDCE298) is unknown color: approx Primrose. HEX triplet: DC, E2 and 98. RGB value is (220,226,152). Sum of RGB (Red+Green+Blue) = 220+226+152=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 152 (59.77% from 255 or 25.42% from 598); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE298 is #231D67. Grayscale: #D8D8D8. Windows color (decimal): -2301288 or 10019548. OLE color: 10019548.

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

Color convert

RGB220226152-
CMYK0.0300.330.11
HSL64.86º56.06%74.12%-
HSV(B)64.86º32.74%88.63%-
XYZ62.3871.8840.29-
YUV215.7792.01131.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 226 (88.67% from 255) = 37.79%
BLUE value IS 152 (59.77% from 255) = 25.42%
R=36.79%
G=37.79%
B=25.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202261520.0300.330.1164.8656.0674.12
HexDCE2983021B41384a
Octal33434223030411310170112
Binary110111001110001010011000110100001101110000011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE298; }

 p { color: rgb(220,226,152); }

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

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

 a { background-color: rgb(220,226,152); }

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

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

 span { border-color: rgb(220,226,152); }

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