#DADE8E

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

Shades of Primrose #DADE8E

Tints of Primrose #DADE8E

Color information

#DADE8E (or 0xDADE8E) is unknown color: approx Primrose. HEX triplet: DA, DE and 8E. RGB value is (218,222,142). Sum of RGB (Red+Green+Blue) = 218+222+142=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 142 (55.86% from 255 or 24.40% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE8E is #252171. Grayscale: #D4D4D4. Windows color (decimal): -2433394 or 9363162. OLE color: 9363162.

HSL color Cylindrical-coordinate representation of color #DADE8E: hue angle of 63º degrees, saturation: 0.55, 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 #DADE8E is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB218222142-
CMYK0.0200.360.13
HSL63º54.79%71.37%-
HSV(B)63º36.04%87.06%-
XYZ59.9269.135.77-
YUV211.6888.67132.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 222 (87.11% from 255) = 38.14%
BLUE value IS 142 (55.86% from 255) = 24.40%
R=37.46%
G=38.14%
B=24.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182221420.0200.360.136354.7971.37
HexDADE8E2024D3f3747
Octal3323362162044157767107
Binary11011010110111101000111010010010011011111111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADE8E; }

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

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

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

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

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

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

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

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