#CDC3CB

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

Shades of Thistle #CDC3CB

Tints of Thistle #CDC3CB

Color information

#CDC3CB (or 0xCDC3CB) is unknown color: approx Thistle. HEX triplet: CD, C3 and CB. RGB value is (205,195,203). Sum of RGB (Red+Green+Blue) = 205+195+203=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 195 (76.56% from 255 or 32.34% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC3CB is #323C34. Grayscale: #C6C6C6. Windows color (decimal): -3292213 or 13353933. OLE color: 13353933.

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

Color convert

RGB205195203-
CMYK00.050.010.20
HSL312º9.09%78.43%-
HSV(B)312º4.88%80.39%-
XYZ55.4756.3264.45-
YUV198.9130.31132.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 195 (76.56% from 255) = 32.34%
BLUE value IS 203 (79.69% from 255) = 33.67%
R=34.00%
G=32.34%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519520300.050.010.203129.0978.43
HexCDC3CB0511413894e
Octal3153033130512447011116
Binary110011011100001111001011010111010010011100010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC3CB; }

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

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

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

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

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

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

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

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