Html Css Color HEX #CCBDCD Thistle

📋 copy color: '#CCBDCD'

red 204 ◦ green 189 ◦ blue 205

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

Shades of Thistle #CCBDCD

Tints of Thistle #CCBDCD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.61%

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

R = 34.11%
G = 31.61%
B = 34.28%

CMYK

 C value IS 0.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CCBDCD (or 0xCCBDCD) is known color: Thistle. HEX triplet: CC, BD and CD. RGB value is (204,189,205). Sum of RGB (Red+Green+Blue) = 204+189+205=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCBDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDCD is #334232. Grayscale: #C3C3C3. Windows color (decimal): -3359283 or 13483468. OLE color: 13483468.

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

Color convert

RGB 204 189 205 -
CMYK 0.00 0.08 0 0.20
HSL 296.25º 0.14% 0.77% -
HSV(B) 296.25º 0.08% 0.8% -
XYZ 54.12 53.64 65.26 -
YUV 195.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 204 189 205 0.00 0.08 0 0.20 296.25 0.14 0.77
Hex CC BD CD 0 8 0 14 128 E 4D
Octal 314 275 315 0 10 0 24 450 16 115
Binary 11001100 10111101 11001101 0 1000 0 10100 100101000 1110 1001101

Color Harmonies of #CCBDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBDCD

Black with #CCBDCD

Text Example


Text Example

White with #CCBDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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