#DCE695

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

Shades of Primrose #DCE695

Tints of Primrose #DCE695

Color information

#DCE695 (or 0xDCE695) is unknown color: approx Primrose. HEX triplet: DC, E6 and 95. RGB value is (220,230,149). Sum of RGB (Red+Green+Blue) = 220+230+149=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE695 is #23196A. Grayscale: #DADADA. Windows color (decimal): -2300267 or 9823964. OLE color: 9823964.

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

Color convert

RGB220230149-
CMYK0.0400.350.10
HSL67.41º61.83%74.31%-
HSV(B)67.41º35.22%90.2%-
XYZ63.2473.9839.38-
YUV217.7889.19129.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.73%
GREEN value IS 230 (90.23% from 255) = 38.40%
BLUE value IS 149 (58.59% from 255) = 24.87%
R=36.73%
G=38.40%
B=24.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202301490.0400.350.1067.4161.8374.31
HexDCE6954023A433e4a
Octal33434622540431210376112
Binary1101110011100110100101011000100011101010000111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE695; }

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

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

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

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

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

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

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

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