#DDE693

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

Shades of Primrose #DDE693

Tints of Primrose #DDE693

Color information

#DDE693 (or 0xDDE693) is unknown color: approx Primrose. HEX triplet: DD, E6 and 93. RGB value is (221,230,147). Sum of RGB (Red+Green+Blue) = 221+230+147=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 147 (57.81% from 255 or 24.58% from 598); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE693 is #22196C. Grayscale: #DADADA. Windows color (decimal): -2234733 or 9692893. OLE color: 9692893.

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

Color convert

RGB221230147-
CMYK0.0400.360.10
HSL66.51º62.41%73.92%-
HSV(B)66.51º36.09%90.2%-
XYZ63.3874.0738.56-
YUV217.8588.02130.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 230 (90.23% from 255) = 38.46%
BLUE value IS 147 (57.81% from 255) = 24.58%
R=36.96%
G=38.46%
B=24.58%

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
Decimal2212301470.0400.360.1066.5162.4173.92
HexDDE6934024A433e4a
Octal33534622340441210376112
Binary1101110111100110100100111000100100101010000111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE693; }

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

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

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

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

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

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

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

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