#CFBBCD

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

Shades of Thistle #CFBBCD

Tints of Thistle #CFBBCD

Color information

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

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

Color convert

RGB207187205-
CMYK00.100.010.19
HSL306º17.24%77.25%-
HSV(B)306º9.66%81.18%-
XYZ54.5253.2165.16-
YUV195.03133.63136.54-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718720500.100.010.1930617.2477.25
HexCFBBCD0A113132114d
Octal31727331501212346221115
Binary11001111101110111100110101010110011100110010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBCD; }

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

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

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

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

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

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

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

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