#dde694

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

Shades of Primrose #DDE694

Tints of Primrose #DDE694

Color information

#DDE694 (or 0xDDE694) is unknown color: approx Primrose. HEX triplet: DD, E6 and 94. RGB value is (221,230,148). Sum of RGB (Red+Green+Blue) = 221+230+148=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 230 (90.23% from 255 or 38.40% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE694 is #22196B. Grayscale: #DADADA. Windows color (decimal): -2234732 or 9758429. OLE color: 9758429.

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

Color convert

RGB221230148-
CMYK0.0400.360.10
HSL66.59º62.12%74.12%-
HSV(B)66.59º35.65%90.2%-
XYZ63.4674.138.98-
YUV217.9688.52130.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.89%
GREEN value IS 230 (90.23% from 255) = 38.40%
BLUE value IS 148 (58.20% from 255) = 24.71%
R=36.89%
G=38.40%
B=24.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212301480.0400.360.1066.5962.1274.12
HexDDE6944024A433e4a
Octal33534622440441210376112
Binary1101110111100110100101001000100100101010000111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dde694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dde694; }

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

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

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

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

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

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

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

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