#CDB6CF

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

Shades of Thistle #CDB6CF

Tints of Thistle #CDB6CF

Color information

#CDB6CF (or 0xCDB6CF) is unknown color: approx Thistle. HEX triplet: CD, B6 and CF. RGB value is (205,182,207). Sum of RGB (Red+Green+Blue) = 205+182+207=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDB6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6CF is #324930. Grayscale: #BFBFBF. Windows color (decimal): -3295537 or 13612749. OLE color: 13612749.

HSL color Cylindrical-coordinate representation of color #CDB6CF: hue angle of 295.2º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDB6CF is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205182207-
CMYK0.010.1200.19
HSL295.2º20.66%76.27%-
HSV(B)295.2º12.08%81.18%-
XYZ53.1750.9466.06-
YUV191.73136.62137.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.51%
GREEN value IS 182 (71.48% from 255) = 30.64%
BLUE value IS 207 (81.25% from 255) = 34.85%
R=34.51%
G=30.64%
B=34.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051822070.010.1200.19295.220.6676.27
HexCDB6CF1C013127154c
Octal31526631711402344725114
Binary11001101101101101100111111100010011100100111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB6CF; }

 p { color: rgb(205,182,207); }

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

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

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

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

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

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

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