#CDBACF

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

Shades of Thistle #CDBACF

Tints of Thistle #CDBACF

Color information

#CDBACF (or 0xCDBACF) is unknown color: approx Thistle. HEX triplet: CD, BA and CF. RGB value is (205,186,207). Sum of RGB (Red+Green+Blue) = 205+186+207=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDBACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBACF is #324530. Grayscale: #C2C2C2. Windows color (decimal): -3294513 or 13613773. OLE color: 13613773.

HSL color Cylindrical-coordinate representation of color #CDBACF: hue angle of 294.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDBACF is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205186207-
CMYK0.010.1000.19
HSL294.29º17.95%77.06%-
HSV(B)294.29º10.14%81.18%-
XYZ5452.666.34-
YUV194.08135.29135.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.28%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=34.28%
G=31.10%
B=34.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051862070.010.1000.19294.2917.9577.06
HexCDBACF1A013126124d
Octal31527231711202344622115
Binary11001101101110101100111111010010011100100110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBACF; }

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

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

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

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

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

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

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

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