#CDBDCF

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

Shades of Thistle #CDBDCF

Tints of Thistle #CDBDCF

Color information

#CDBDCF (or 0xCDBDCF) is unknown color: approx Thistle. HEX triplet: CD, BD and CF. RGB value is (205,189,207). Sum of RGB (Red+Green+Blue) = 205+189+207=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDCF is #324230. Grayscale: #C3C3C3. Windows color (decimal): -3293745 or 13614541. OLE color: 13614541.

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

Color convert

RGB205189207-
CMYK0.010.0900.19
HSL293.33º15.79%77.65%-
HSV(B)293.33º8.7%81.18%-
XYZ54.6453.8866.55-
YUV195.84134.3134.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 207 (81.25% from 255) = 34.44%
R=34.11%
G=31.45%
B=34.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051892070.010.0900.19293.3315.7977.65
HexCDBDCF19013125104e
Octal31527531711102344520116
Binary11001101101111011100111111001010011100100101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBDCF; }

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

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

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

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

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

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

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

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