#DAE891

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

Shades of Primrose #DAE891

Tints of Primrose #DAE891

Color information

#DAE891 (or 0xDAE891) is unknown color: approx Primrose. HEX triplet: DA, E8 and 91. RGB value is (218,232,145). Sum of RGB (Red+Green+Blue) = 218+232+145=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 145 (57.03% from 255 or 24.37% from 595); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE891 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE891 is #25176E. Grayscale: #DADADA. Windows color (decimal): -2430831 or 9562330. OLE color: 9562330.

HSL color Cylindrical-coordinate representation of color #DAE891: hue angle of 69.66º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DAE891 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB218232145-
CMYK0.0600.380.09
HSL69.66º65.41%73.92%-
HSV(B)69.66º37.5%90.98%-
XYZ62.8874.6637.89-
YUV217.986.86128.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 232 (91.02% from 255) = 38.99%
BLUE value IS 145 (57.03% from 255) = 24.37%
R=36.64%
G=38.99%
B=24.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182321450.0600.380.0969.6665.4173.92
HexDAE8916026946414a
Octal332350221604611106101112
Binary11011010111010001001000111001001101001100011010000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE891; }

 p { color: rgb(218,232,145); }

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

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

 a { background-color: rgb(218,232,145); }

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

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

 span { border-color: rgb(218,232,145); }

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