#D6CFD6

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

Shades of Thistle #D6CFD6

Tints of Thistle #D6CFD6

Color information

#D6CFD6 (or 0xD6CFD6) is unknown color: approx Thistle. HEX triplet: D6, CF and D6. RGB value is (214,207,214). Sum of RGB (Red+Green+Blue) = 214+207+214=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 207 (81.25% from 255 or 32.60% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D6CFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFD6 is #293029. Grayscale: #D1D1D1. Windows color (decimal): -2699306 or 14077910. OLE color: 14077910.

HSL color Cylindrical-coordinate representation of color #D6CFD6: hue angle of 300º degrees, saturation: 0.08, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D6CFD6 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB214207214-
CMYK00.0300.16
HSL300º7.87%82.55%-
HSV(B)300º3.27%83.92%-
XYZ62.1863.7872.65-
YUV209.89130.32130.93-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.70%
GREEN value IS 207 (81.25% from 255) = 32.60%
BLUE value IS 214 (83.98% from 255) = 33.70%
R=33.70%
G=32.60%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420721400.0300.163007.8782.55
HexD6CFD60301012c853
Octal3263173260302045410123
Binary11010110110011111101011001101000010010110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CFD6; }

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

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

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

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

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

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

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

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