#DEE69A

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

Shades of Primrose #DEE69A

Tints of Primrose #DEE69A

Color information

#DEE69A (or 0xDEE69A) is unknown color: approx Primrose. HEX triplet: DE, E6 and 9A. RGB value is (222,230,154). Sum of RGB (Red+Green+Blue) = 222+230+154=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE69A is #211965. Grayscale: #DBDBDB. Windows color (decimal): -2169190 or 10151646. OLE color: 10151646.

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

Color convert

RGB222230154-
CMYK0.0300.330.10
HSL66.32º60.32%75.29%-
HSV(B)66.32º33.04%90.2%-
XYZ64.2574.4641.56-
YUV218.9491.35130.18-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.63%
GREEN value IS 230 (90.23% from 255) = 37.95%
BLUE value IS 154 (60.55% from 255) = 25.41%
R=36.63%
G=37.95%
B=25.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222301540.0300.330.1066.3260.3275.29
HexDEE69A3021A423c4b
Octal33634623230411210274113
Binary110111101110011010011010110100001101010000101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEE69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEE69A; }

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

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

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

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

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

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

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

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