#DDE690

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

Shades of Primrose #DDE690

Tints of Primrose #DDE690

Color information

#DDE690 (or 0xDDE690) is unknown color: approx Primrose. HEX triplet: DD, E6 and 90. RGB value is (221,230,144). Sum of RGB (Red+Green+Blue) = 221+230+144=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 230 (90.23% from 255 or 38.66% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE690 is #22196F. Grayscale: #D9D9D9. Windows color (decimal): -2234736 or 9496285. OLE color: 9496285.

HSL color Cylindrical-coordinate representation of color #DDE690: hue angle of 66.28º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDE690 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB221230144-
CMYK0.0400.370.10
HSL66.28º63.24%73.33%-
HSV(B)66.28º37.39%90.2%-
XYZ63.1573.9837.34-
YUV217.586.52130.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 230 (90.23% from 255) = 38.66%
BLUE value IS 144 (56.64% from 255) = 24.20%
R=37.14%
G=38.66%
B=24.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212301440.0400.370.1066.2863.2473.33
HexDDE6904025A423f49
Octal33534622040451210277111
Binary1101110111100110100100001000100101101010000101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE690; }

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

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

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

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

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

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

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

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