#CDB5CC

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

Shades of Thistle #CDB5CC

Tints of Thistle #CDB5CC

Color information

#CDB5CC (or 0xCDB5CC) is unknown color: approx Thistle. HEX triplet: CD, B5 and CC. RGB value is (205,181,204). Sum of RGB (Red+Green+Blue) = 205+181+204=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5CC is #324A33. Grayscale: #BEBEBE. Windows color (decimal): -3295796 or 13415885. OLE color: 13415885.

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

Color convert

RGB205181204-
CMYK00.120.000.20
HSL302.5º19.35%75.69%-
HSV(B)302.5º11.71%80.39%-
XYZ52.650.3964.08-
YUV190.8135.45138.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 181 (71.09% from 255) = 30.68%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=34.75%
G=30.68%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518120400.120.000.20302.519.3575.69
HexCDB5CC0C01412e134c
Octal31526531401402445623114
Binary11001101101101011100110001100010100100101110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB5CC; }

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

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

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

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

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

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

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

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