#CDC7CC

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

Shades of Thistle #CDC7CC

Tints of Thistle #CDC7CC

Color information

#CDC7CC (or 0xCDC7CC) is unknown color: approx Thistle. HEX triplet: CD, C7 and CC. RGB value is (205,199,204). Sum of RGB (Red+Green+Blue) = 205+199+204=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 199 (78.12% from 255 or 32.73% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7CC is #323833. Grayscale: #C9C9C9. Windows color (decimal): -3291188 or 13420493. OLE color: 13420493.

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

Color convert

RGB205199204-
CMYK00.030.000.20
HSL310º5.66%79.22%-
HSV(B)310º2.93%80.39%-
XYZ56.558.1965.38-
YUV201.36129.49130.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.72%
GREEN value IS 199 (78.12% from 255) = 32.73%
BLUE value IS 204 (80.08% from 255) = 33.55%
R=33.72%
G=32.73%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519920400.030.000.203105.6679.22
HexCDC7CC0301413664f
Octal315307314030244666117
Binary1100110111000111110011000110101001001101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC7CC; }

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

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

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

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

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

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

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

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