#D8CFD6

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

Shades of Thistle #D8CFD6

Tints of Thistle #D8CFD6

Color information

#D8CFD6 (or 0xD8CFD6) is unknown color: approx Thistle. HEX triplet: D8, CF and D6. RGB value is (216,207,214). Sum of RGB (Red+Green+Blue) = 216+207+214=637 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.91% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CFD6 is #273029. Grayscale: #D2D2D2. Windows color (decimal): -2568234 or 14077912. OLE color: 14077912.

HSL color Cylindrical-coordinate representation of color #D8CFD6: hue angle of 313.33º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D8CFD6 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB216207214-
CMYK00.040.010.15
HSL313.33º10.34%82.94%-
HSV(B)313.33º4.17%84.71%-
XYZ62.7764.0872.68-
YUV210.49129.98131.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.91%
GREEN value IS 207 (81.25% from 255) = 32.50%
BLUE value IS 214 (83.98% from 255) = 33.59%
R=33.91%
G=32.50%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620721400.040.010.15313.3310.3482.94
HexD8CFD6041F139a53
Octal3303173260411747112123
Binary11011000110011111101011001001111110011100110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CFD6; }

 p { color: rgb(216,207,214); }

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

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

 a { background-color: rgb(216,207,214); }

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

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

 span { border-color: rgb(216,207,214); }

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