#CDB7CB

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

Shades of Thistle #CDB7CB

Tints of Thistle #CDB7CB

Color information

#CDB7CB (or 0xCDB7CB) is unknown color: approx Thistle. HEX triplet: CD, B7 and CB. RGB value is (205,183,203). Sum of RGB (Red+Green+Blue) = 205+183+203=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 183 (71.88% from 255 or 30.96% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7CB is #324834. Grayscale: #BFBFBF. Windows color (decimal): -3295285 or 13350861. OLE color: 13350861.

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

Color convert

RGB205183203-
CMYK00.110.010.20
HSL305.45º18.03%76.08%-
HSV(B)305.45º10.73%80.39%-
XYZ52.8951.1663.59-
YUV191.86134.29137.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 183 (71.88% from 255) = 30.96%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=34.69%
G=30.96%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518320300.110.010.20305.4518.0376.08
HexCDB7CB0B114131124c
Octal31526731301312446122114
Binary11001101101101111100101101011110100100110001100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB7CB; }

 p { color: rgb(205,183,203); }

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

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

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

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

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

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

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