#CCBDCE

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

Shades of Thistle #CCBDCE

Tints of Thistle #CCBDCE

Color information

#CCBDCE (or 0xCCBDCE) is unknown color: approx Thistle. HEX triplet: CC, BD and CE. RGB value is (204,189,206). Sum of RGB (Red+Green+Blue) = 204+189+206=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 189 (74.22% from 255 or 31.55% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCBDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDCE is #334231. Grayscale: #C3C3C3. Windows color (decimal): -3359282 or 13549004. OLE color: 13549004.

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

Color convert

RGB204189206-
CMYK0.010.0800.19
HSL292.94º14.78%77.45%-
HSV(B)292.94º8.25%80.78%-
XYZ54.2453.6965.9-
YUV195.42133.97134.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.06%
GREEN value IS 189 (74.22% from 255) = 31.55%
BLUE value IS 206 (80.86% from 255) = 34.39%
R=34.06%
G=31.55%
B=34.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041892060.010.0800.19292.9414.7877.45
HexCCBDCE18013125f4d
Octal31427531611002344517115
Binary1100110010111101110011101100001001110010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBDCE; }

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

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

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

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

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

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

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

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