#DCE097

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

Shades of Primrose #DCE097

Tints of Primrose #DCE097

Color information

#DCE097 (or 0xDCE097) is unknown color: approx Primrose. HEX triplet: DC, E0 and 97. RGB value is (220,224,151). Sum of RGB (Red+Green+Blue) = 220+224+151=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 151 (59.38% from 255 or 25.38% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE097 is #231F68. Grayscale: #D6D6D6. Windows color (decimal): -2301801 or 9953500. OLE color: 9953500.

HSL color Cylindrical-coordinate representation of color #DCE097: hue angle of 63.29º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCE097 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB220224151-
CMYK0.0200.330.12
HSL63.29º54.07%73.53%-
HSV(B)63.29º32.59%87.84%-
XYZ61.7670.7639.68-
YUV214.4892.17131.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.97%
GREEN value IS 224 (87.89% from 255) = 37.65%
BLUE value IS 151 (59.38% from 255) = 25.38%
R=36.97%
G=37.65%
B=25.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202241510.0200.330.1263.2954.0773.53
HexDCE0972021C3f364a
Octal3343402272041147766112
Binary11011100111000001001011110010000111001111111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE097; }

 p { color: rgb(220,224,151); }

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

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

 a { background-color: rgb(220,224,151); }

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

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

 span { border-color: rgb(220,224,151); }

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