#CEBCCB

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

Shades of Thistle #CEBCCB

Tints of Thistle #CEBCCB

Color information

#CEBCCB (or 0xCEBCCB) is unknown color: approx Thistle. HEX triplet: CE, BC and CB. RGB value is (206,188,203). Sum of RGB (Red+Green+Blue) = 206+188+203=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCCB is #314334. Grayscale: #C3C3C3. Windows color (decimal): -3228469 or 13352142. OLE color: 13352142.

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

Color convert

RGB206188203-
CMYK00.090.010.19
HSL310º15.52%77.25%-
HSV(B)310º8.74%80.78%-
XYZ54.2253.463.95-
YUV195.09132.46135.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.51%
GREEN value IS 188 (73.83% from 255) = 31.49%
BLUE value IS 203 (79.69% from 255) = 34.00%
R=34.51%
G=31.49%
B=34.00%

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
Decimal20618820300.090.010.1931015.5277.25
HexCEBCCB09113136104d
Octal31627431301112346620115
Binary11001110101111001100101101001110011100110110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCCB; }

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

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

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

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

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

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

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

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