#CDB4CD

Color #CDB4CD Thistle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Thistle #CDB4CD

Tints of Thistle #CDB4CD

Color information

#CDB4CD (or 0xCDB4CD) is unknown color: approx Thistle. HEX triplet: CD, B4 and CD. RGB value is (205,180,205). Sum of RGB (Red+Green+Blue) = 205+180+205=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDB4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4CD is #324B32. Grayscale: #BEBEBE. Windows color (decimal): -3296051 or 13481165. OLE color: 13481165.

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

Color convert

RGB205180205-
CMYK00.1200.20
HSL300º20%75.49%-
HSV(B)300º12.2%80.39%-
XYZ52.5250.0364.65-
YUV190.32136.28138.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 180 (70.70% from 255) = 30.51%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=34.75%
G=30.51%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518020500.1200.203002075.49
HexCDB4CD0C01412c144b
Octal31526431501402445424113
Binary11001101101101001100110101100010100100101100101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB4CD; }

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

 H1.HeaderClassName
 {
   color: #CDB4CD;
 }
 .AnyTagClassName
 {
   color: #CDB4CD;
 }
</style>
background-color css

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

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

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

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

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

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