#CEBBCF

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

Shades of Thistle #CEBBCF

Tints of Thistle #CEBBCF

Color information

#CEBBCF (or 0xCEBBCF) is unknown color: approx Thistle. HEX triplet: CE, BB and CF. RGB value is (206,187,207). Sum of RGB (Red+Green+Blue) = 206+187+207=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEBBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBCF is #314430. Grayscale: #C2C2C2. Windows color (decimal): -3228721 or 13614030. OLE color: 13614030.

HSL color Cylindrical-coordinate representation of color #CEBBCF: hue angle of 297º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEBBCF is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB206187207-
CMYK0.000.1000.19
HSL297º17.24%77.25%-
HSV(B)297º9.66%81.18%-
XYZ54.4953.1766.42-
YUV194.96134.79135.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.33%
GREEN value IS 187 (73.44% from 255) = 31.17%
BLUE value IS 207 (81.25% from 255) = 34.5%
R=34.33%
G=31.17%
B=34.5%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061872070.000.1000.1929717.2477.25
HexCEBBCF0A013129114d
Octal31627331701202345121115
Binary11001110101110111100111101010010011100101001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBCF; }

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

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

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

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

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

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

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

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