#CFBDCC

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

Shades of Thistle #CFBDCC

Tints of Thistle #CFBDCC

Color information

#CFBDCC (or 0xCFBDCC) is unknown color: approx Thistle. HEX triplet: CF, BD and CC. RGB value is (207,189,204). Sum of RGB (Red+Green+Blue) = 207+189+204=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDCC is #304233. Grayscale: #C4C4C4. Windows color (decimal): -3162676 or 13417935. OLE color: 13417935.

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

Color convert

RGB207189204-
CMYK00.090.010.19
HSL310º15.79%77.65%-
HSV(B)310º8.7%81.18%-
XYZ54.8354.0264.66-
YUV196.09132.46135.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 189 (74.22% from 255) = 31.5%
BLUE value IS 204 (80.08% from 255) = 34%
R=34.5%
G=31.5%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718920400.090.010.1931015.7977.65
HexCFBDCC09113136104e
Octal31727531401112346620116
Binary11001111101111011100110001001110011100110110100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDCC; }

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

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

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

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

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

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

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

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