#DFE694

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

Shades of Primrose #DFE694

Tints of Primrose #DFE694

Color information

#DFE694 (or 0xDFE694) is unknown color: approx Primrose. HEX triplet: DF, E6 and 94. RGB value is (223,230,148). Sum of RGB (Red+Green+Blue) = 223+230+148=601 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.10% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE694 is #20196B. Grayscale: #DADADA. Windows color (decimal): -2103660 or 9758431. OLE color: 9758431.

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

Color convert

RGB223230148-
CMYK0.0300.360.10
HSL65.12º62.12%74.12%-
HSV(B)65.12º35.65%90.2%-
XYZ64.0774.4239-
YUV218.5688.18131.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.10%
GREEN value IS 230 (90.23% from 255) = 38.27%
BLUE value IS 148 (58.20% from 255) = 24.63%
R=37.10%
G=38.27%
B=24.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232301480.0300.360.1065.1262.1274.12
HexDFE6943024A413e4a
Octal33734622430441210176112
Binary110111111110011010010100110100100101010000011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE694; }

 p { color: rgb(223,230,148); }

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

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

 a { background-color: rgb(223,230,148); }

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

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

 span { border-color: rgb(223,230,148); }

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