#CDB6CE

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

Shades of Thistle #CDB6CE

Tints of Thistle #CDB6CE

Color information

#CDB6CE (or 0xCDB6CE) is unknown color: approx Thistle. HEX triplet: CD, B6 and CE. RGB value is (205,182,206). Sum of RGB (Red+Green+Blue) = 205+182+206=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 182 (71.48% from 255 or 30.69% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDB6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6CE is #324931. Grayscale: #BFBFBF. Windows color (decimal): -3295538 or 13547213. OLE color: 13547213.

HSL color Cylindrical-coordinate representation of color #CDB6CE: hue angle of 297.5º degrees, saturation: 0.2, 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 #CDB6CE is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205182206-
CMYK0.000.1200.19
HSL297.5º19.67%76.08%-
HSV(B)297.5º11.65%80.78%-
XYZ53.0550.8965.42-
YUV191.61136.12137.55-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 182 (71.48% from 255) = 30.69%
BLUE value IS 206 (80.86% from 255) = 34.74%
R=34.57%
G=30.69%
B=34.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051822060.000.1200.19297.519.6776.08
HexCDB6CE0C01312a144c
Octal31526631601402345224114
Binary11001101101101101100111001100010011100101010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB6CE; }

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

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

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

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

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

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

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

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