#CDC0CF

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

Shades of Thistle #CDC0CF

Tints of Thistle #CDC0CF

Color information

#CDC0CF (or 0xCDC0CF) is unknown color: approx Thistle. HEX triplet: CD, C0 and CF. RGB value is (205,192,207). Sum of RGB (Red+Green+Blue) = 205+192+207=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC0CF is #323F30. Grayscale: #C5C5C5. Windows color (decimal): -3292977 or 13615309. OLE color: 13615309.

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

Color convert

RGB205192207-
CMYK0.010.0700.19
HSL292º13.51%78.24%-
HSV(B)292º7.25%81.18%-
XYZ55.2955.1866.77-
YUV197.6133.31133.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 192 (75.39% from 255) = 31.79%
BLUE value IS 207 (81.25% from 255) = 34.27%
R=33.94%
G=31.79%
B=34.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2051922070.010.0700.1929213.5178.24
HexCDC0CF17013124e4e
Octal3153003171702344416116
Binary110011011100000011001111111101001110010010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC0CF; }

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

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

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

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

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

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

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

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