#DEE695

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

Shades of Primrose #DEE695

Tints of Primrose #DEE695

Color information

#DEE695 (or 0xDEE695) is unknown color: approx Primrose. HEX triplet: DE, E6 and 95. RGB value is (222,230,149). Sum of RGB (Red+Green+Blue) = 222+230+149=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE695 is #21196A. Grayscale: #DADADA. Windows color (decimal): -2169195 or 9823966. OLE color: 9823966.

HSL color Cylindrical-coordinate representation of color #DEE695: hue angle of 65.93º 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 #DEE695 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB222230149-
CMYK0.0300.350.10
HSL65.93º61.83%74.31%-
HSV(B)65.93º35.22%90.2%-
XYZ63.8574.2939.41-
YUV218.3788.85130.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.94%
GREEN value IS 230 (90.23% from 255) = 38.27%
BLUE value IS 149 (58.59% from 255) = 24.79%
R=36.94%
G=38.27%
B=24.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222301490.0300.350.1065.9361.8374.31
HexDEE6953023A423e4a
Octal33634622530431210276112
Binary110111101110011010010101110100011101010000101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE695; }

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

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

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

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

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

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

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

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