#CDC5CC

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

Shades of Thistle #CDC5CC

Tints of Thistle #CDC5CC

Color information

#CDC5CC (or 0xCDC5CC) is unknown color: approx Thistle. HEX triplet: CD, C5 and CC. RGB value is (205,197,204). Sum of RGB (Red+Green+Blue) = 205+197+204=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5CC is #323A33. Grayscale: #C8C8C8. Windows color (decimal): -3291700 or 13419981. OLE color: 13419981.

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

Color convert

RGB205197204-
CMYK00.040.000.20
HSL307.5º7.41%78.82%-
HSV(B)307.5º3.9%80.39%-
XYZ56.0457.2765.23-
YUV200.19130.15131.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.83%
GREEN value IS 197 (77.34% from 255) = 32.51%
BLUE value IS 204 (80.08% from 255) = 33.66%
R=33.83%
G=32.51%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519720400.040.000.20307.57.4178.82
HexCDC5CC0401413474f
Octal315305314040244647117
Binary11001101110001011100110001000101001001101001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5CC; }

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

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

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

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

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

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

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

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