#CCB9CE

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

Shades of Thistle #CCB9CE

Tints of Thistle #CCB9CE

Color information

#CCB9CE (or 0xCCB9CE) is unknown color: approx Thistle. HEX triplet: CC, B9 and CE. RGB value is (204,185,206). Sum of RGB (Red+Green+Blue) = 204+185+206=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCB9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB9CE is #334631. Grayscale: #C1C1C1. Windows color (decimal): -3360306 or 13547980. OLE color: 13547980.

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

Color convert

RGB204185206-
CMYK0.010.1000.19
HSL294.29º17.65%76.67%-
HSV(B)294.29º10.19%80.78%-
XYZ53.3951.9965.61-
YUV193.08135.29135.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 185 (72.66% from 255) = 31.09%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=34.29%
G=31.09%
B=34.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041852060.010.1000.19294.2917.6576.67
HexCCB9CE1A013126124d
Octal31427131611202344622115
Binary11001100101110011100111011010010011100100110100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9CE; }

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

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

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

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

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

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

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

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