#CDBDCE

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

Shades of Thistle #CDBDCE

Tints of Thistle #CDBDCE

Color information

#CDBDCE (or 0xCDBDCE) is unknown color: approx Thistle. HEX triplet: CD, BD and CE. RGB value is (205,189,206). Sum of RGB (Red+Green+Blue) = 205+189+206=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDBDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDCE is #324231. Grayscale: #C3C3C3. Windows color (decimal): -3293746 or 13549005. OLE color: 13549005.

HSL color Cylindrical-coordinate representation of color #CDBDCE: hue angle of 296.47º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDBDCE is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205189206-
CMYK0.000.0800.19
HSL296.47º14.78%77.45%-
HSV(B)296.47º8.25%80.78%-
XYZ54.5253.8365.91-
YUV195.72133.8134.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.17%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 206 (80.86% from 255) = 34.33%
R=34.17%
G=31.5%
B=34.33%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051892060.000.0800.19296.4714.7877.45
HexCDBDCE08013128f4d
Octal31527531601002345017115
Binary1100110110111101110011100100001001110010100011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBDCE; }

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

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

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

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

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

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

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

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