#DADD8E

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

Shades of Primrose #DADD8E

Tints of Primrose #DADD8E

Color information

#DADD8E (or 0xDADD8E) is unknown color: approx Primrose. HEX triplet: DA, DD and 8E. RGB value is (218,221,142). Sum of RGB (Red+Green+Blue) = 218+221+142=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 221 (86.72% from 255 or 38.04% from 581); Blue value is 142 (55.86% from 255 or 24.44% from 581); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD8E is #252271. Grayscale: #D3D3D3. Windows color (decimal): -2433650 or 9362906. OLE color: 9362906.

HSL color Cylindrical-coordinate representation of color #DADD8E: hue angle of 62.28º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DADD8E is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB218221142-
CMYK0.0100.360.13
HSL62.28º53.74%71.18%-
HSV(B)62.28º35.75%86.67%-
XYZ59.6568.5735.68-
YUV211.189.01132.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.52%
GREEN value IS 221 (86.72% from 255) = 38.04%
BLUE value IS 142 (55.86% from 255) = 24.44%
R=37.52%
G=38.04%
B=24.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211420.0100.360.1362.2853.7471.18
HexDADD8E1024D3e3647
Octal3323352161044157666107
Binary1101101011011101100011101010010011011111101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADD8E; }

 p { color: rgb(218,221,142); }

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

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

 a { background-color: rgb(218,221,142); }

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

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

 span { border-color: rgb(218,221,142); }

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