#CDCCCD

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

Shades of Thistle #CDCCCD

Tints of Thistle #CDCCCD

Color information

#CDCCCD (or 0xCDCCCD) is unknown color: approx Thistle. HEX triplet: CD, CC and CD. RGB value is (205,204,205). Sum of RGB (Red+Green+Blue) = 205+204+205=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDCCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCCD is #323332. Grayscale: #CCCCCC. Windows color (decimal): -3289907 or 13487309. OLE color: 13487309.

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

Color convert

RGB205204205-
CMYK00.0000.20
HSL300º0.99%80.2%-
HSV(B)300º0.49%80.39%-
XYZ57.7960.5766.4-
YUV204.41128.33128.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.39%
GREEN value IS 204 (80.08% from 255) = 33.22%
BLUE value IS 205 (80.47% from 255) = 33.39%
R=33.39%
G=33.22%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20520420500.0000.203000.9980.2
HexCDCCCD0001412c150
Octal315314315000244541120
Binary1100110111001100110011010001010010010110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCCD; }

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

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

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

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

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

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

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

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