Html Css Color HEX #CCC5CD Thistle

📋 copy color: '#CCC5CD'

red 204 ◦ green 197 ◦ blue 205

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

Shades of Thistle #CCC5CD

Tints of Thistle #CCC5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.51%

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

R = 33.66%
G = 32.51%
B = 33.83%

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

#CCC5CD (or 0xCCC5CD) is known color: Thistle. HEX triplet: CC, C5 and CD. RGB value is (204,197,205). Sum of RGB (Red+Green+Blue) = 204+197+205=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCC5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5CD is #333A32. Grayscale: #C7C7C7. Windows color (decimal): -3357235 or 13485516. OLE color: 13485516.

HSL color Cylindrical-coordinate representation of color #CCC5CD: hue angle of 292.5º degrees, saturation: 0.07, 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 #CCC5CD is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 197 205 -
CMYK 0.00 0.04 0 0.20
HSL 292.5º 0.07% 0.79% -
HSV(B) 292.5º 0.04% 0.8% -
XYZ 55.89 57.18 65.85 -
YUV 200.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 204 197 205 0.00 0.04 0 0.20 292.5 0.07 0.79
Hex CC C5 CD 0 4 0 14 124 7 4F
Octal 314 305 315 0 4 0 24 444 7 117
Binary 11001100 11000101 11001101 0 100 0 10100 100100100 111 1001111

Color Harmonies of #CCC5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC5CD

Black with #CCC5CD

Text Example


Text Example

White with #CCC5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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