#CDB3CF

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

Shades of Thistle #CDB3CF

Tints of Thistle #CDB3CF

Color information

#CDB3CF (or 0xCDB3CF) is unknown color: approx Thistle. HEX triplet: CD, B3 and CF. RGB value is (205,179,207). Sum of RGB (Red+Green+Blue) = 205+179+207=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 179 (70.31% from 255 or 30.29% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDB3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB3CF is #324C30. Grayscale: #BDBDBD. Windows color (decimal): -3296305 or 13611981. OLE color: 13611981.

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

Color convert

RGB205179207-
CMYK0.010.1400.19
HSL295.71º22.58%75.69%-
HSV(B)295.71º13.53%81.18%-
XYZ52.5649.7265.86-
YUV189.97137.61138.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 179 (70.31% from 255) = 30.29%
BLUE value IS 207 (81.25% from 255) = 35.03%
R=34.69%
G=30.29%
B=35.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051792070.010.1400.19295.7122.5875.69
HexCDB3CF1E013128174c
Octal31526331711602345027114
Binary11001101101100111100111111110010011100101000101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB3CF; }

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

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

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

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

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

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

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

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