#DDE695

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

Shades of Primrose #DDE695

Tints of Primrose #DDE695

Color information

#DDE695 (or 0xDDE695) is unknown color: approx Primrose. HEX triplet: DD, E6 and 95. RGB value is (221,230,149). Sum of RGB (Red+Green+Blue) = 221+230+149=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE695 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE695 is #22196A. Grayscale: #DADADA. Windows color (decimal): -2234731 or 9823965. OLE color: 9823965.

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

Color convert

RGB221230149-
CMYK0.0400.350.10
HSL66.67º61.83%74.31%-
HSV(B)66.67º35.22%90.2%-
XYZ63.5474.1439.39-
YUV218.0889.02130.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 230 (90.23% from 255) = 38.33%
BLUE value IS 149 (58.59% from 255) = 24.83%
R=36.83%
G=38.33%
B=24.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212301490.0400.350.1066.6761.8374.31
HexDDE6954023A433e4a
Octal33534622540431210376112
Binary1101110111100110100101011000100011101010000111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE695; }

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

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

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

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

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

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

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

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