#CEBBCC

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

Shades of Thistle #CEBBCC

Tints of Thistle #CEBBCC

Color information

#CEBBCC (or 0xCEBBCC) is unknown color: approx Thistle. HEX triplet: CE, BB and CC. RGB value is (206,187,204). Sum of RGB (Red+Green+Blue) = 206+187+204=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBCC is #314433. Grayscale: #C2C2C2. Windows color (decimal): -3228724 or 13417422. OLE color: 13417422.

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

Color convert

RGB206187204-
CMYK00.090.010.19
HSL306.32º16.24%77.06%-
HSV(B)306.32º9.22%80.78%-
XYZ54.1253.0264.51-
YUV194.62133.29136.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.51%
GREEN value IS 187 (73.44% from 255) = 31.32%
BLUE value IS 204 (80.08% from 255) = 34.17%
R=34.51%
G=31.32%
B=34.17%

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
Decimal20618720400.090.010.19306.3216.2477.06
HexCEBBCC09113132104d
Octal31627331401112346220115
Binary11001110101110111100110001001110011100110010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBCC; }

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

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

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

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

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

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

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

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