#D6DF8E

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

Shades of Primrose #D6DF8E

Tints of Primrose #D6DF8E

Color information

#D6DF8E (or 0xD6DF8E) is unknown color: approx Primrose. HEX triplet: D6, DF and 8E. RGB value is (214,223,142). Sum of RGB (Red+Green+Blue) = 214+223+142=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #D6DF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DF8E is #292071. Grayscale: #D3D3D3. Windows color (decimal): -2695282 or 9363414. OLE color: 9363414.

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

Color convert

RGB214223142-
CMYK0.0400.360.13
HSL66.67º55.86%71.57%-
HSV(B)66.67º36.32%87.45%-
XYZ5969.0235.8-
YUV211.0789.02130.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.96%
GREEN value IS 223 (87.5% from 255) = 38.51%
BLUE value IS 142 (55.86% from 255) = 24.53%
R=36.96%
G=38.51%
B=24.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142231420.0400.360.1366.6755.8671.57
HexD6DF8E4024D433848
Octal32633721640441510370110
Binary1101011011011111100011101000100100110110000111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DF8E; }

 p { color: rgb(214,223,142); }

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

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

 a { background-color: rgb(214,223,142); }

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

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

 span { border-color: rgb(214,223,142); }

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