#CCB5CE

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

Shades of Thistle #CCB5CE

Tints of Thistle #CCB5CE

Color information

#CCB5CE (or 0xCCB5CE) is unknown color: approx Thistle. HEX triplet: CC, B5 and CE. RGB value is (204,181,206). Sum of RGB (Red+Green+Blue) = 204+181+206=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCB5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5CE is #334A31. Grayscale: #BEBEBE. Windows color (decimal): -3361330 or 13546956. OLE color: 13546956.

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

Color convert

RGB204181206-
CMYK0.010.1200.19
HSL295.2º20.33%75.88%-
HSV(B)295.2º12.14%80.78%-
XYZ52.5750.3465.34-
YUV190.73136.62137.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.52%
GREEN value IS 181 (71.09% from 255) = 30.63%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=34.52%
G=30.63%
B=34.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041812060.010.1200.19295.220.3375.88
HexCCB5CE1C013127144c
Octal31426531611402344724114
Binary11001100101101011100111011100010011100100111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5CE; }

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

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

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

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

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

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

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

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