#CDC1CB

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

Shades of Thistle #CDC1CB

Tints of Thistle #CDC1CB

Color information

#CDC1CB (or 0xCDC1CB) is unknown color: approx Thistle. HEX triplet: CD, C1 and CB. RGB value is (205,193,203). Sum of RGB (Red+Green+Blue) = 205+193+203=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 193 (75.78% from 255 or 32.11% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1CB is #323E34. Grayscale: #C5C5C5. Windows color (decimal): -3292725 or 13353421. OLE color: 13353421.

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

Color convert

RGB205193203-
CMYK00.060.010.20
HSL310º10.71%78.04%-
HSV(B)310º5.85%80.39%-
XYZ55.0355.4364.3-
YUV197.73130.98133.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 193 (75.78% from 255) = 32.11%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=34.11%
G=32.11%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519320300.060.010.2031010.7178.04
HexCDC1CB06114136b4e
Octal3153013130612446613116
Binary110011011100000111001011011011010010011011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC1CB; }

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

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

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

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

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

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

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

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