#CCBFCE

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

Shades of Thistle #CCBFCE

Tints of Thistle #CCBFCE

Color information

#CCBFCE (or 0xCCBFCE) is unknown color: approx Thistle. HEX triplet: CC, BF and CE. RGB value is (204,191,206). Sum of RGB (Red+Green+Blue) = 204+191+206=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCBFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFCE is #334031. Grayscale: #C4C4C4. Windows color (decimal): -3358770 or 13549516. OLE color: 13549516.

HSL color Cylindrical-coordinate representation of color #CCBFCE: hue angle of 292º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBFCE is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB204191206-
CMYK0.010.0700.19
HSL292º13.27%77.84%-
HSV(B)292º7.28%80.78%-
XYZ54.6754.5666.04-
YUV196.6133.31133.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 191 (75% from 255) = 31.78%
BLUE value IS 206 (80.86% from 255) = 34.28%
R=33.94%
G=31.78%
B=34.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041912060.010.0700.1929213.2777.84
HexCCBFCE17013124d4e
Octal3142773161702344415116
Binary110011001011111111001110111101001110010010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBFCE; }

 p { color: rgb(204,191,206); }

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

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

 a { background-color: rgb(204,191,206); }

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

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

 span { border-color: rgb(204,191,206); }

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