#CEBCCC

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

Shades of Thistle #CEBCCC

Tints of Thistle #CEBCCC

Color information

#CEBCCC (or 0xCEBCCC) is unknown color: approx Thistle. HEX triplet: CE, BC and CC. RGB value is (206,188,204). Sum of RGB (Red+Green+Blue) = 206+188+204=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCCC is #314333. Grayscale: #C3C3C3. Windows color (decimal): -3228468 or 13417678. OLE color: 13417678.

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

Color convert

RGB206188204-
CMYK00.090.010.19
HSL306.67º15.52%77.25%-
HSV(B)306.67º8.74%80.78%-
XYZ54.3453.4564.58-
YUV195.21132.96135.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.45%
GREEN value IS 188 (73.83% from 255) = 31.44%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=34.45%
G=31.44%
B=34.11%

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
Decimal20618820400.090.010.19306.6715.5277.25
HexCEBCCC09113133104d
Octal31627431401112346320115
Binary11001110101111001100110001001110011100110011100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCCC; }

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

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

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

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

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

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

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

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