#CEBCCF

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

Shades of Thistle #CEBCCF

Tints of Thistle #CEBCCF

Color information

#CEBCCF (or 0xCEBCCF) is unknown color: approx Thistle. HEX triplet: CE, BC and CF. RGB value is (206,188,207). Sum of RGB (Red+Green+Blue) = 206+188+207=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEBCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCCF is #314330. Grayscale: #C3C3C3. Windows color (decimal): -3228465 or 13614286. OLE color: 13614286.

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

Color convert

RGB206188207-
CMYK0.000.0900.19
HSL296.84º16.52%77.45%-
HSV(B)296.84º9.18%81.18%-
XYZ54.753.5966.49-
YUV195.55134.46135.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.28%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 207 (81.25% from 255) = 34.44%
R=34.28%
G=31.28%
B=34.44%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061882070.000.0900.19296.8416.5277.45
HexCEBCCF09013129114d
Octal31627431701102345121115
Binary11001110101111001100111101001010011100101001100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCCF; }

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

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

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

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

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

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

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

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