#D6CBD8

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

Shades of Thistle #D6CBD8

Tints of Thistle #D6CBD8

Color information

#D6CBD8 (or 0xD6CBD8) is unknown color: approx Thistle. HEX triplet: D6, CB and D8. RGB value is (214,203,216). Sum of RGB (Red+Green+Blue) = 214+203+216=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 203 (79.69% from 255 or 32.07% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 216 - color contains mainly: blue. Hex color #D6CBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBD8 is #293427. Grayscale: #CFCFCF. Windows color (decimal): -2700328 or 14207958. OLE color: 14207958.

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

Color convert

RGB214203216-
CMYK0.010.0600.15
HSL290.77º14.29%82.16%-
HSV(B)290.77º6.02%84.71%-
XYZ61.4861.9773.69-
YUV207.77132.64132.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.81%
GREEN value IS 203 (79.69% from 255) = 32.07%
BLUE value IS 216 (84.77% from 255) = 34.12%
R=33.81%
G=32.07%
B=34.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142032160.010.0600.15290.7714.2982.16
HexD6CBD8160F123e52
Octal3263133301601744316122
Binary11010110110010111101100011100111110010001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBD8; }

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

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

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

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

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

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

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

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