#DAE295

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

Shades of Primrose #DAE295

Tints of Primrose #DAE295

Color information

#DAE295 (or 0xDAE295) is unknown color: approx Primrose. HEX triplet: DA, E2 and 95. RGB value is (218,226,149). Sum of RGB (Red+Green+Blue) = 218+226+149=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE295 is #251D6A. Grayscale: #D7D7D7. Windows color (decimal): -2432363 or 9822938. OLE color: 9822938.

HSL color Cylindrical-coordinate representation of color #DAE295: hue angle of 66.23º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAE295 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB218226149-
CMYK0.0400.340.11
HSL66.23º57.04%73.53%-
HSV(B)66.23º34.07%88.63%-
XYZ61.5371.4738.99-
YUV214.8390.85130.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 226 (88.67% from 255) = 38.11%
BLUE value IS 149 (58.59% from 255) = 25.13%
R=36.76%
G=38.11%
B=25.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182261490.0400.340.1166.2357.0473.53
HexDAE2954022B42394a
Octal33234222540421310271112
Binary1101101011100010100101011000100010101110000101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE295; }

 p { color: rgb(218,226,149); }

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

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

 a { background-color: rgb(218,226,149); }

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

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

 span { border-color: rgb(218,226,149); }

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