#CDBBCF

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

Shades of Thistle #CDBBCF

Tints of Thistle #CDBBCF

Color information

#CDBBCF (or 0xCDBBCF) is unknown color: approx Thistle. HEX triplet: CD, BB and CF. RGB value is (205,187,207). Sum of RGB (Red+Green+Blue) = 205+187+207=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDBBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBCF is #324430. Grayscale: #C2C2C2. Windows color (decimal): -3294257 or 13614029. OLE color: 13614029.

HSL color Cylindrical-coordinate representation of color #CDBBCF: hue angle of 294º degrees, saturation: 0.17, 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 #CDBBCF is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205187207-
CMYK0.010.1000.19
HSL294º17.24%77.25%-
HSV(B)294º9.66%81.18%-
XYZ54.2153.0266.41-
YUV194.66134.96135.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.22%
GREEN value IS 187 (73.44% from 255) = 31.22%
BLUE value IS 207 (81.25% from 255) = 34.56%
R=34.22%
G=31.22%
B=34.56%

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
Decimal2051872070.010.1000.1929417.2477.25
HexCDBBCF1A013126114d
Octal31527331711202344621115
Binary11001101101110111100111111010010011100100110100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBBCF; }

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

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

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

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

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

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

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

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