#DAE196

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

Shades of Primrose #DAE196

Tints of Primrose #DAE196

Color information

#DAE196 (or 0xDAE196) is unknown color: approx Primrose. HEX triplet: DA, E1 and 96. RGB value is (218,225,150). Sum of RGB (Red+Green+Blue) = 218+225+150=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE196 is #251E69. Grayscale: #D6D6D6. Windows color (decimal): -2432618 or 9888218. OLE color: 9888218.

HSL color Cylindrical-coordinate representation of color #DAE196: hue angle of 65.6º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAE196 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB218225150-
CMYK0.0300.330.12
HSL65.6º55.56%73.53%-
HSV(B)65.6º33.33%88.24%-
XYZ61.3470.9639.32-
YUV214.3691.68130.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 225 (88.28% from 255) = 37.94%
BLUE value IS 150 (58.98% from 255) = 25.30%
R=36.76%
G=37.94%
B=25.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251500.0300.330.1265.655.5673.53
HexDAE1963021C42384a
Octal33234122630411410270112
Binary110110101110000110010110110100001110010000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE196; }

 p { color: rgb(218,225,150); }

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

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

 a { background-color: rgb(218,225,150); }

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

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

 span { border-color: rgb(218,225,150); }

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