#CDC0CC

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

Shades of Thistle #CDC0CC

Tints of Thistle #CDC0CC

Color information

#CDC0CC (or 0xCDC0CC) is unknown color: approx Thistle. HEX triplet: CD, C0 and CC. RGB value is (205,192,204). Sum of RGB (Red+Green+Blue) = 205+192+204=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC0CC is #323F33. Grayscale: #C5C5C5. Windows color (decimal): -3292980 or 13418701. OLE color: 13418701.

HSL color Cylindrical-coordinate representation of color #CDC0CC: hue angle of 304.62º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDC0CC is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB205192204-
CMYK00.060.000.20
HSL304.62º11.5%77.84%-
HSV(B)304.62º6.34%80.39%-
XYZ54.9355.0464.86-
YUV197.26131.81133.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 192 (75.39% from 255) = 31.95%
BLUE value IS 204 (80.08% from 255) = 33.94%
R=34.11%
G=31.95%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519220400.060.000.20304.6211.577.84
HexCDC0CC06014131c4e
Octal3153003140602446114116
Binary110011011100000011001100011001010010011000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC0CC; }

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

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

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

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

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

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

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

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