#CCB4CE

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

Shades of Thistle #CCB4CE

Tints of Thistle #CCB4CE

Color information

#CCB4CE (or 0xCCB4CE) is unknown color: approx Thistle. HEX triplet: CC, B4 and CE. RGB value is (204,180,206). Sum of RGB (Red+Green+Blue) = 204+180+206=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCB4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4CE is #334B31. Grayscale: #BEBEBE. Windows color (decimal): -3361586 or 13546700. OLE color: 13546700.

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

Color convert

RGB204180206-
CMYK0.010.1300.19
HSL295.38º20.97%75.69%-
HSV(B)295.38º12.62%80.78%-
XYZ52.3649.9465.27-
YUV190.14136.95137.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.58%
GREEN value IS 180 (70.70% from 255) = 30.51%
BLUE value IS 206 (80.86% from 255) = 34.92%
R=34.58%
G=30.51%
B=34.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2041802060.010.1300.19295.3820.9775.69
HexCCB4CE1D013127154c
Octal31426431611502344725114
Binary11001100101101001100111011101010011100100111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4CE; }

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

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

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

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

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

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

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

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