Html Css Color HEX #CCBBCC Thistle

📋 copy color: '#CCBBCC'

red 204 ◦ green 187 ◦ blue 204

#CCBBCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #CCBBCC

Tints of Thistle #CCBBCC

RGB

 RED value IS 204 (80.08% from 255) = 34.29%

 GREEN value IS 187 (73.44% from 255) = 31.43%

 BLUE value IS 204 (80.08% from 255) = 34.29%

R = 34.29%
G = 31.43%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CCBBCC (or 0xCCBBCC) is known color: Thistle. HEX triplet: CC, BB and CC. RGB value is (204,187,204). Sum of RGB (Red+Green+Blue) = 204+187+204=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCBBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBCC is #334433. Grayscale: #C1C1C1. Windows color (decimal): -3359796 or 13417420. OLE color: 13417420.

HSL color Cylindrical-coordinate representation of color #CCBBCC: hue angle of 300º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCBBCC is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 187 204 -
CMYK 0 0.08 0 0.2
HSL 300º 0.14% 0.77% -
HSV(B) 300º 0.08% 0.8% -
XYZ 53.57 52.74 64.48 -
YUV 194.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 204 187 204 0 0.08 0 0.2 300 0.14 0.77
Hex CC BB CC 0 8 0 14 12C E 4D
Octal 314 273 314 0 10 0 24 454 16 115
Binary 11001100 10111011 11001100 0 1000 0 10100 100101100 1110 1001101

Color Harmonies of #CCBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBBCC

Black with #CCBBCC

Text Example


Text Example

White with #CCBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBBCC; }

 p { color: rgb(204,187,204); }

 H1.HeaderClassName
 {
   color: #CCBBCC;
 }
 .AnyTagClassName
 {
   color: #CCBBCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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