#DCE697

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

Shades of Primrose #DCE697

Tints of Primrose #DCE697

Color information

#DCE697 (or 0xDCE697) is unknown color: approx Primrose. HEX triplet: DC, E6 and 97. RGB value is (220,230,151). Sum of RGB (Red+Green+Blue) = 220+230+151=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE697 is #231968. Grayscale: #DADADA. Windows color (decimal): -2300265 or 9955036. OLE color: 9955036.

HSL color Cylindrical-coordinate representation of color #DCE697: hue angle of 67.59º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCE697 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB220230151-
CMYK0.0400.340.10
HSL67.59º61.24%74.71%-
HSV(B)67.59º34.35%90.2%-
XYZ63.474.0440.23-
YUV21890.19129.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 230 (90.23% from 255) = 38.27%
BLUE value IS 151 (59.38% from 255) = 25.12%
R=36.61%
G=38.27%
B=25.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202301510.0400.340.1067.5961.2474.71
HexDCE6974022A443d4b
Octal33434622740421210475113
Binary1101110011100110100101111000100010101010001001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE697; }

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

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

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

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

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

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

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

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