#DADE9C

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

Shades of Primrose #DADE9C

Tints of Primrose #DADE9C

Color information

#DADE9C (or 0xDADE9C) is unknown color: approx Primrose. HEX triplet: DA, DE and 9C. RGB value is (218,222,156). Sum of RGB (Red+Green+Blue) = 218+222+156=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 156 (61.33% from 255 or 26.17% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #DADE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADE9C is #252163. Grayscale: #D5D5D5. Windows color (decimal): -2433380 or 10280666. OLE color: 10280666.

HSL color Cylindrical-coordinate representation of color #DADE9C: hue angle of 63.64º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DADE9C is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB218222156-
CMYK0.0200.300.13
HSL63.64º50%74.12%-
HSV(B)63.64º29.73%87.06%-
XYZ61.0469.5541.66-
YUV213.2895.67131.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.58%
GREEN value IS 222 (87.11% from 255) = 37.25%
BLUE value IS 156 (61.33% from 255) = 26.17%
R=36.58%
G=37.25%
B=26.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182221560.0200.300.1363.645074.12
HexDADE9C201ED40324a
Octal33233623420361510062112
Binary11011010110111101001110010011110110110000001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADE9C; }

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

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

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

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

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

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

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

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