#CDB5CF

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

Shades of Thistle #CDB5CF

Tints of Thistle #CDB5CF

Color information

#CDB5CF (or 0xCDB5CF) is unknown color: approx Thistle. HEX triplet: CD, B5 and CF. RGB value is (205,181,207). Sum of RGB (Red+Green+Blue) = 205+181+207=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDB5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5CF is #324A30. Grayscale: #BFBFBF. Windows color (decimal): -3295793 or 13612493. OLE color: 13612493.

HSL color Cylindrical-coordinate representation of color #CDB5CF: hue angle of 295.38º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB5CF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205181207-
CMYK0.010.1300.19
HSL295.38º21.31%76.08%-
HSV(B)295.38º12.56%81.18%-
XYZ52.9650.5365.99-
YUV191.14136.95137.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 181 (71.09% from 255) = 30.52%
BLUE value IS 207 (81.25% from 255) = 34.91%
R=34.57%
G=30.52%
B=34.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051812070.010.1300.19295.3821.3176.08
HexCDB5CF1D013127154c
Octal31526531711502344725114
Binary11001101101101011100111111101010011100100111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB5CF; }

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

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

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

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

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

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

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

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