#CDC1CC

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

Shades of Thistle #CDC1CC

Tints of Thistle #CDC1CC

Color information

#CDC1CC (or 0xCDC1CC) is unknown color: approx Thistle. HEX triplet: CD, C1 and CC. RGB value is (205,193,204). Sum of RGB (Red+Green+Blue) = 205+193+204=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 193 (75.78% from 255 or 32.06% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1CC is #323E33. Grayscale: #C5C5C5. Windows color (decimal): -3292724 or 13418957. OLE color: 13418957.

HSL color Cylindrical-coordinate representation of color #CDC1CC: hue angle of 305º degrees, saturation: 0.11, 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 #CDC1CC is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB205193204-
CMYK00.060.000.20
HSL305º10.71%78.04%-
HSV(B)305º5.85%80.39%-
XYZ55.1555.4864.93-
YUV197.84131.48133.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.05%
GREEN value IS 193 (75.78% from 255) = 32.06%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=34.05%
G=32.06%
B=33.89%

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
Decimal20519320400.060.000.2030510.7178.04
HexCDC1CC06014131b4e
Octal3153013140602446113116
Binary110011011100000111001100011001010010011000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC1CC; }

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

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

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

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

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

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

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

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