#CECBCE

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

Shades of Thistle #CECBCE

Tints of Thistle #CECBCE

Color information

#CECBCE (or 0xCECBCE) is unknown color: approx Thistle. HEX triplet: CE, CB and CE. RGB value is (206,203,206). Sum of RGB (Red+Green+Blue) = 206+203+206=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CECBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECBCE is #313431. Grayscale: #CCCCCC. Windows color (decimal): -3224626 or 13552590. OLE color: 13552590.

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

Color convert

RGB206203206-
CMYK00.0100.19
HSL300º2.97%80.2%-
HSV(B)300º1.46%80.78%-
XYZ57.9560.2966.98-
YUV204.24128.99129.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.50%
GREEN value IS 203 (79.69% from 255) = 33.01%
BLUE value IS 206 (80.86% from 255) = 33.50%
R=33.50%
G=33.01%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620320600.0100.193002.9780.2
HexCECBCE0101312c350
Octal316313316010234543120
Binary11001110110010111100111001010011100101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBCE; }

 p { color: rgb(206,203,206); }

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

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

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

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

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

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

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