#D6DE94

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

Shades of Primrose #D6DE94

Tints of Primrose #D6DE94

Color information

#D6DE94 (or 0xD6DE94) is unknown color: approx Primrose. HEX triplet: D6, DE and 94. RGB value is (214,222,148). Sum of RGB (Red+Green+Blue) = 214+222+148=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #D6DE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DE94 is #29216B. Grayscale: #D3D3D3. Windows color (decimal): -2695532 or 9756374. OLE color: 9756374.

HSL color Cylindrical-coordinate representation of color #D6DE94: hue angle of 66.49º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D6DE94 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB214222148-
CMYK0.0400.330.13
HSL66.49º52.86%72.55%-
HSV(B)66.49º33.33%87.06%-
XYZ59.268.6838.15-
YUV211.1792.35130.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.64%
GREEN value IS 222 (87.11% from 255) = 38.01%
BLUE value IS 148 (58.20% from 255) = 25.34%
R=36.64%
G=38.01%
B=25.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142221480.0400.330.1366.4952.8672.55
HexD6DE944021D423549
Octal32633622440411510265111
Binary1101011011011110100101001000100001110110000101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DE94; }

 p { color: rgb(214,222,148); }

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

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

 a { background-color: rgb(214,222,148); }

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

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

 span { border-color: rgb(214,222,148); }

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