#CFBDCE

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

Shades of Thistle #CFBDCE

Tints of Thistle #CFBDCE

Color information

#CFBDCE (or 0xCFBDCE) is unknown color: approx Thistle. HEX triplet: CF, BD and CE. RGB value is (207,189,206). Sum of RGB (Red+Green+Blue) = 207+189+206=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDCE is #304231. Grayscale: #C4C4C4. Windows color (decimal): -3162674 or 13549007. OLE color: 13549007.

HSL color Cylindrical-coordinate representation of color #CFBDCE: hue angle of 303.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 #CFBDCE is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB207189206-
CMYK00.090.000.19
HSL303.33º15.79%77.65%-
HSV(B)303.33º8.7%81.18%-
XYZ55.0754.1265.94-
YUV196.32133.46135.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.39%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 206 (80.86% from 255) = 34.22%
R=34.39%
G=31.40%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718920600.090.000.19303.3315.7977.65
HexCFBDCE0901312f104e
Octal31727531601102345720116
Binary11001111101111011100111001001010011100101111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDCE; }

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

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

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

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

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

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

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

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