#D6CBD6

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

Shades of Thistle #D6CBD6

Tints of Thistle #D6CBD6

Color information

#D6CBD6 (or 0xD6CBD6) is unknown color: approx Thistle. HEX triplet: D6, CB and D6. RGB value is (214,203,214). Sum of RGB (Red+Green+Blue) = 214+203+214=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D6CBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBD6 is #293429. Grayscale: #CFCFCF. Windows color (decimal): -2700330 or 14076886. OLE color: 14076886.

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

Color convert

RGB214203214-
CMYK00.0500.16
HSL300º11.83%81.76%-
HSV(B)300º5.14%83.92%-
XYZ61.2361.8672.33-
YUV207.54131.64132.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.91%
GREEN value IS 203 (79.69% from 255) = 32.17%
BLUE value IS 214 (83.98% from 255) = 33.91%
R=33.91%
G=32.17%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420321400.0500.1630011.8381.76
HexD6CBD60501012cc52
Octal3263133260502045414122
Binary110101101100101111010110010101000010010110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBD6; }

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

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

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

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

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

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

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

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