Html Css Color HEX #CDB5CD Thistle

📋 copy color: '#CDB5CD'

red 205 ◦ green 181 ◦ blue 205

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

Shades of Thistle #CDB5CD

Tints of Thistle #CDB5CD

RGB

 RED value IS 205 (80.47% from 255) = 34.69%

 GREEN value IS 181 (71.09% from 255) = 30.63%

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

R = 34.69%
G = 30.63%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CDB5CD (or 0xCDB5CD) is known color: Thistle. HEX triplet: CD, B5 and CD. RGB value is (205,181,205). Sum of RGB (Red+Green+Blue) = 205+181+205=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDB5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5CD is #324A32. Grayscale: #BEBEBE. Windows color (decimal): -3295795 or 13481421. OLE color: 13481421.

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

Color convert

RGB 205 181 205 -
CMYK 0 0.12 0 0.20
HSL 300º 0.19% 0.76% -
HSV(B) 300º 0.12% 0.8% -
XYZ 52.72 50.43 64.71 -
YUV 190.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 205 181 205 0 0.12 0 0.20 300 0.19 0.76
Hex CD B5 CD 0 C 0 14 12C 13 4C
Octal 315 265 315 0 14 0 24 454 23 114
Binary 11001101 10110101 11001101 0 1100 0 10100 100101100 10011 1001100

Color Harmonies of #CDB5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB5CD

Black with #CDB5CD

Text Example


Text Example

White with #CDB5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB5CD; }

 p { color: rgb(205,181,205); }

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

background-color css

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

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

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

border-color css

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

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

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