Html Css Color HEX #CCC4CD Thistle

📋 copy color: '#CCC4CD'

red 204 ◦ green 196 ◦ blue 205

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

Shades of Thistle #CCC4CD

Tints of Thistle #CCC4CD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.4%

 BLUE value IS 205 (80.47% from 255) = 33.88%

R = 33.72%
G = 32.4%
B = 33.88%

CMYK

 C value IS 0.00

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CCC4CD (or 0xCCC4CD) is known color: Thistle. HEX triplet: CC, C4 and CD. RGB value is (204,196,205). Sum of RGB (Red+Green+Blue) = 204+196+205=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 196 (76.95% from 255 or 32.40% from 605); Blue value is 205 (80.47% from 255 or 33.88% from 605); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCC4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4CD is #333B32. Grayscale: #C7C7C7. Windows color (decimal): -3357491 or 13485260. OLE color: 13485260.

HSL color Cylindrical-coordinate representation of color #CCC4CD: hue angle of 293.33º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCC4CD is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 196 205 -
CMYK 0.00 0.04 0 0.20
HSL 293.33º 0.08% 0.79% -
HSV(B) 293.33º 0.04% 0.8% -
XYZ 55.66 56.73 65.77 -
YUV 199.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 204 196 205 0.00 0.04 0 0.20 293.33 0.08 0.79
Hex CC C4 CD 0 4 0 14 125 8 4F
Octal 314 304 315 0 4 0 24 445 10 117
Binary 11001100 11000100 11001101 0 100 0 10100 100100101 1000 1001111

Color Harmonies of #CCC4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC4CD

Black with #CCC4CD

Text Example


Text Example

White with #CCC4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC4CD; }

 p { color: rgb(204,196,205); }

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

background-color css

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

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

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

border-color css

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

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

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